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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 筰臀^ | 1110001010101001111001000101110001011110 | e2a9e45c5e |
EUC-JP | 筰臀^ | 1110010010101011111001111011110101011110 | e4abe7bd5e |
UTF-8 | 筰臀^ | 11100111101011011011000011101000100001111000000001011110 | e7adb0e887805e |
UHC | ?臀^ | 00111111110101001110101101011110 | 3fd4eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)