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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禧爿禪 | 111000100101010111100000101010111110001001010111 | e255e0abe257 |
EUC-JP | 禧爿禪 | 111000111011011011100000101011011110001110111000 | e3b6e0ade3b8 |
UTF-8 | 禧爿禪 | 111001111010011010100111111001111000100010111111111001111010011010101010 | e7a6a7e788bfe7a6aa |
UHC | 禧?禪 | 1111110111111011001111111110000011001001 | fdfb3fe0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)