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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瓠橋?^ | 111000010100000010001011101101000011111101011110 | e1408bb43f5e |
EUC-JP | 瓠橋?^ | 111000011010000110110110101101100011111101011110 | e1a1b6b63f5e |
UTF-8 | 瓠橋걋^ | 11100111100100111010000011100110101010011000101111101010101100011000101101011110 | e793a0e6a98beab18b5e |
UHC | 瓠橋걋^ | 11111011110100101100111011101001101100001100000001011110 | fbd2cee9b0c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)