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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ????曺?B | 0011111100111111001111110011111111111010110111100011111101000010 | 3f3f3f3ffade3f42 |
EUC-JP | ????曺?B | 001111110011111100111111001111111000111111000010111011010011111101000010 | 3f3f3f3f8fc2ed3f42 |
UTF-8 | 렯롏렯렞曺了B | 11101011101000001010111111101011101000011000111111101011101000001010111111101011101000001001111011100110100110111011101011101111101001101011101001000010 | eba0afeba18feba0afeba09ee69bbaefa6ba42 |
UHC | 렯롏렯렞曺了B | 10001110101111001000111011010101100011101011110010001110101011111111000011000110111010001110011101000010 | 8ebc8ed58ebc8eaff0c6e8e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)