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 | 隍ゆシ | 1110100010100100100000101110010010111100 | e8a482e4bc |
EUC-JP | 隍ゆシ | 111100001010011010100100111001101000111010111100 | f0a6a4e68ebc |
UTF-8 | 隍ゆシ | 111010011001101010001101111000111000001010000110111011111011110110111100 | e99a8de38286efbdbc |
UHC | 隍ゆ? | 1111110011011011101010101110011000111111 | fcdbaae63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)