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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 沚懶あ?聆 | 100111111000110110011100111011111000001010100000001111111110001111010111 | 9f8d9cef82a03fe3d7 |
EUC-JP | 沚懶あ?聆 | 110111011110110111011000111100011010010010100010001111111110011011011001 | ddedd8f1a4a23fe6d9 |
UTF-8 | 沚懶あ덞聆 | 111001101011001010011010111001101000011110110110111000111000000110000010111010111000110110011110111010001000000110000110 | e6b29ae687b6e38182eb8d9ee88186 |
UHC | 沚懶あ덞聆 | 11110010101011111101010011111011101010101010001010110100111110111101011011000000 | f2afd4fbaaa2b4fbd6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)