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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸???支 | 10001111111101100011111100111111001111111000111001111000 | 8ff63f3f3f8e78 |
EUC-JP | 蒸?勖?支 | 101111101111100000111111100011111011001111101101001111111011101111011001 | bef83f8fb3ed3fbbd9 |
UTF-8 | 蒸렕勖렠支 | 111010001001001010111000111010111010000010010101111001011000101110010110111010111010000010100000111001101001010010101111 | e892b8eba095e58b96eba0a0e694af |
UHC | 蒸렕勖렠支 | 11110001111110101000111010101010111010011110110110001110101100011111001010101000 | f1fa8eaae9ed8eb1f2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)