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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 暗??w | 1000100011000011001111110011111101110111 | 88c33f3f77 |
EUC-JP | 暗??w | 1011000011000101001111110011111101110111 | b0c53f3f77 |
UTF-8 | 暗잍윺w | 11100110100110101001011111101100100111101000110111101100100111001011101001110111 | e69a97ec9e8dec9cba77 |
UHC | 暗잍윺w | 11100100110111101001111111100110100111111011010001110111 | e4de9fe69fb477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)