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 | ìûÄè°½ | 111011001111101111000100111010001011000010111101 | ecfbc4e8b0bd |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | ìûÄè°? | 100011111010101111000000100011111010101111100101100011111010101010100011100011111010101110110010101000011110101100111111 | 8fabc08fabe58faaa38fabb2a1eb3f |
UTF-8 | ìûÄè°½ | 110000111010110011000011101110111100001110000100110000111010100011000010101100001100001010111101 | c3acc3bbc384c3a8c2b0c2bd |
UHC | ????°½ | 0011111100111111001111110011111110100001110001101010100011110110 | 3f3f3f3fa1c6a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)