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 | LC | 1000000110001011100000010100110001000011 | 818b814c43 |
SJIS-WIN | ???LC | 0011111100111111001111110100110001000011 | 3f3f3f4c43 |
EUC-JP | ???LC | 0011111100111111001111110100110001000011 | 3f3f3f4c43 |
UTF-8 | LC | 1100001010000001110000101000101111000010100000010100110001000011 | c281c28bc2814c43 |
UHC | ???LC | 0011111100111111001111110100110001000011 | 3f3f3f4c43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)