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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頷。鬢捺」 | 1110100011110101101000011110100110100100100100111110011010100011 | e8f5a1e9a493e6a3 |
EUC-JP | 頷。鬢捺」 | 11110000111101111000111010100001111100101010011011000110111010001000111010100011 | f0f78ea1f2a6c6e88ea3 |
UTF-8 | 頷。鬢捺」 | 111010011010000010110111111011111011110110100001111010011010110010100010111001101000110110111010111011111011110110100011 | e9a0b7efbda1e9aca2e68dbaefbda3 |
UHC | ???捺? | 001111110011111100111111110100011111010000111111 | 3f3f3fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)