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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 牴狃聰h | 11100000101100001110000010111011111000111110000001101000 | e0b0e0bbe3e068 |
EUC-JP | 牴狃聰h | 11100000101100101110000010111101111001101110001001101000 | e0b2e0bde6e268 |
UTF-8 | 牴狃聰h | 11100111100010011011010011100111100010111000001111101000100000011011000001101000 | e789b4e78b83e881b068 |
UHC | ??聰h | 0011111100111111111101011100011001101000 | 3f3ff5c668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)