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 | 膺?? | 11100100010111100011111100111111 | e45e3f3f |
EUC-JP | 膺?? | 11100111101111110011111100111111 | e7bf3f3f |
UTF-8 | 膺좊퍨 | 111010001000011010111010111011001010001010001010111011011000110110101000 | e886baeca28aed8da8 |
UHC | 膺좊퍨 | 111010111110110010100000111010111011101110011111 | ebeca0ebbb9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)