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 | ⊥⊥^ | 1000000111011011100000011101101101011110 | 81db81db5e |
EUC-JP | ⊥⊥^ | 1010001011011101101000101101110101011110 | a2dda2dd5e |
UTF-8 | ⊥⊥^ | 11100010100010101010010111100010100010101010010101011110 | e28aa5e28aa55e |
UHC | ⊥⊥^ | 1010000111010001101000011101000101011110 | a1d1a1d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)