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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諱崎 | 11100110100000011000110111101000 | e6818de8 |
EUC-JP | 諱崎 | 11101011111000011011101011101010 | ebe1baea |
UTF-8 | 諱崎 | 111010001010101110110001111001011011010010001110 | e8abb1e5b48e |
UHC | 諱崎 | 11111101110010011101000011111000 | fdc9d0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)