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 | 烋窘 | 11100000011111011110001001111010 | e07de27a |
EUC-JP | 烋窘 | 11011111110111101110001111011011 | dfdee3db |
UTF-8 | 烋窘 | 111001111000001110001011111001111010101010011000 | e7838be7aa98 |
UHC | 烋窘 | 11111101110011101100111111010111 | fdcecfd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)