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 | 筰疆^ | 1110001010101001111000010110010001011110 | e2a9e1645e |
EUC-JP | 筰疆^ | 1110010010101011111000011100010101011110 | e4abe1c55e |
UTF-8 | 筰疆^ | 11100111101011011011000011100111100101101000011001011110 | e7adb0e796865e |
UHC | ?疆^ | 00111111110010111011001001011110 | 3fcbb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)