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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 祭??幽?B | 1000110111010101001111110011111110010111010010000011111101000010 | 8dd53f3f97483f42 |
EUC-JP | 祭??幽?B | 1011101011010111001111110011111111001101101010010011111101000010 | bad73f3fcda93f42 |
UTF-8 | 祭잰횟幽렩B | 11100111101001011010110111101100100111101011000011101101100110101001111111100101101110011011110111101011101000001010100101000010 | e7a5adec9eb0ed9a9fe5b9bdeba0a942 |
UHC | 祭잰횟幽렩B | 1111000010101110110000001110100111001000101111011110101011101011100011101011011101000010 | f0aec0e9c8bdeaeb8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)