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 | 艟渇洪 | 111001000111110110001010100010011000110101011110 | e47d8a898d5e |
EUC-JP | 艟渇洪 | 111001111101111010110011111010011011100110111111 | e7deb3e9b9bf |
UTF-8 | 艟渇洪 | 111010001000100110011111111001101011100010000111111001101011010010101010 | e8899fe6b887e6b4aa |
UHC | ??洪 | 00111111001111111111101111110011 | 3f3ffbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)