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 | 膵炊 | 11100100010110001001000010000110 | e4589086 |
EUC-JP | 膵炊 | 11100111101110011011111111100110 | e7b9bfe6 |
UTF-8 | 膵炊 | 111010001000011010110101111001111000001010001010 | e886b5e7828a |
UHC | 膵炊 | 11110101111111011111011010100111 | f5fdf6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)