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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???倭?オ | 0011111100111111001111111001100001100000001111111000001101001001 | 3f3f3f98603f8349 |
EUC-JP | ???倭?オ | 0011111100111111001111111100111111000001001111111010010110101010 | 3f3f3fcfc13fa5aa |
UTF-8 | 嶪뤺뇮倭좂オ | 111001011011011010101010111010111010010010111010111010111000011110101110111001011000000010101101111011001010001010000010111000111000001010101010 | e5b6aaeba4baeb87aee580adeca282e382aa |
UHC | 嶪뤺뇮倭좂オ | 111001011111010110001111111010001000011110010011111010001101111010100000111001111010101110101010 | e5f58fe88793e8dea0e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)