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 | ꮶ괿 | 111010101010111010110110111010101011010010111111 | eaaeb6eab4bf |
SJIS-WIN | ??¶?´? | 0011111100111111100000011111011100111111100000010100110000111111 | 3f3f81f73f814c3f |
EUC-JP | ꮶ괿 | 10001111101010111011010010001111101000101110111010100010111110011000111110101011101101001010000110101101100011111010001011000100 | 8fabb48fa2eea2f98fabb4a1ad8fa2c4 |
UTF-8 | ꮶ괿 | 110000111010101011000010101011101100001010110110110000111010101011000010101101001100001010111111 | c3aac2aec2b6c3aac2b4c2bf |
UHC | ?®¶?´¿ | 00111111101000101110011110100010110100100011111110100010101001011010001010101111 | 3fa2e7a2d23fa2a5a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)