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 | 嶸ょオ | 111110101011010010000010111001011000001101001001 | fab482e58349 |
EUC-JP | 嶸ょオ | 10001111101110111111010010100100111001111010010110101010 | 8fbbf4a4e7a5aa |
UTF-8 | 嶸ょオ | 111001011011011010111000111000111000001010000111111000111000001010101010 | e5b6b8e38287e382aa |
UHC | 嶸ょオ | 111001111010111010101010111001111010101110101010 | e7aeaae7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)