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 | 䰿 | 111011101011111110111000111001001011000010111111 | eebfb8e4b0bf |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | 䰿 | 1000111110101011110000101000111110100010110001001000111110100010101100011000111110101011101000111010000111101011100011111010001011000100 | 8fabc28fa2c48fa2b18faba3a1eb8fa2c4 |
UTF-8 | 䰿 | 110000111010111011000010101111111100001010111000110000111010010011000010101100001100001010111111 | c3aec2bfc2b8c3a4c2b0c2bf |
UHC | ?¿¸?°¿ | 00111111101000101010111110100010101011000011111110100001110001101010001010101111 | 3fa2afa2ac3fa1c6a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)