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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 澐?澐?^ | 100011111100100011101001001111111000111111001000111010010011111101011110 | 8fc8e93f8fc8e93f5e |
UTF-8 | 澐렧澐렧^ | 11100110101111101001000011101011101000001010011111100110101111101001000011101011101000001010011101011110 | e6be90eba0a7e6be90eba0a75e |
UHC | 澐렧澐렧^ | 111010011111101010001110101101101110100111111010100011101011011001011110 | e9fa8eb6e9fa8eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)