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 | 。ソ? | 101000011011111100111111 | a1bf3f |
EUC-JP | 。ソ? | 1000111010100001100011101011111100111111 | 8ea18ebf3f |
UTF-8 | 。ソ? | 11101111101111011010000111101111101111011011111100111111 | efbda1efbdbf3f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)