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 | 袁???績 | 11100101110011010011111100111111001111111001000011010001 | e5cd3f3f3f90d1 |
EUC-JP | 袁???績 | 11101010110011110011111100111111001111111100000011010011 | eacf3f3f3fc0d3 |
UTF-8 | 袁븅렣렜績 | 111010001010001010000001111010111011100010000101111010111010000010100011111010111010000010011100111001111011100010111110 | e8a281ebb885eba0a3eba09ce7b8be |
UHC | 袁븅렣렜績 | 11101010101111101011101011101001100011101011010010001110101011101110111011100000 | eabebae98eb48eaeeee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)