To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 善性成瓔 | 1001000101010000100100001010101110010000101011001110000011111011 | 915090ab90ace0fb |
EUC-JP | 善性成瓔 | 1100000110110001110000001010110111000000101011101110000011111101 | c1b1c0adc0aee0fd |
UTF-8 | 善性成瓔 | 111001011001011010000100111001101000000010100111111001101000100010010000111001111001001110010100 | e59684e680a7e68890e79394 |
UHC | 善性成瓔 | 1110000010111100111000001111010111100000111101111110011111000010 | e0bce0f5e0f7e7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)