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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 茴炊 | 11100100101000001001000010000110 | e4a09086 |
EUC-JP | 茴炊 | 11101000101000101011111111100110 | e8a2bfe6 |
UTF-8 | 茴炊 | 111010001000110010110100111001111000001010001010 | e88cb4e7828a |
UHC | 茴炊 | 11111100111011011111011010100111 | fcedf6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)