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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????褻 | 0011111100111111001111110011111100111111001111111110010111110110 | 3f3f3f3f3f3fe5f6 |
EUC-JP | ??????褻 | 0011111100111111001111110011111100111111001111111110101011111000 | 3f3f3f3f3f3feaf8 |
UTF-8 | 렯렳렯롊센샹褻 | 111010111010000010101111111010111010000010110011111010111010000010101111111010111010000110001010111011001000010010111100111011001000001110111001111010001010010010111011 | eba0afeba0b3eba0afeba18aec84bcec83b9e8a4bb |
UHC | 렯렳렯롊센샹褻 | 1000111010111100100011101100000010001110101111001000111011010000101111001011111010111100101001111110000011100001 | 8ebc8ec08ebc8ed0bcbebca7e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)