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 | 10010011010011001001011011010000001111110011111110010010101100100011111101000010 | 934c96d03f3f92b23f42 |
EUC-JP | 鏑孟??調?B | 11000101101011011100110011010010001111110011111111000100101101000011111101000010 | c5adccd23f3fc4b43f42 |
UTF-8 | 鏑孟렟렫調렠B | 11101001100011111001000111100101101011011001111111101011101000001001111111101011101000001010101111101000101010101011111111101011101000001010000001000010 | e98f91e5ad9feba09feba0abe8aabfeba0a042 |
UHC | 鏑孟렟렫調렠B | 11101110111010111101100011101011100011101011000010001110101110011111000011100000100011101011000101000010 | eeebd8eb8eb08eb9f0e08eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)