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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 碣倆皃 | 111000011111000010011000111011011110000110100100 | e1f098ede1a4 |
EUC-JP | 碣倆皃 | 111000101111001011010000111011111110001010100110 | e2f2d0efe2a6 |
UTF-8 | 碣倆皃 | 111001111010001010100011111001011000000010000110111001111001101010000011 | e7a2a3e58086e79a83 |
UHC | 碣倆? | 1100101011100101110101011101011000111111 | cae5d5d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)