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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ????陝B | 00111111001111110011111100111111111010001001111101000010 | 3f3f3f3fe89f42 |
EUC-JP | ????陝B | 00111111001111110011111100111111111100001010000101000010 | 3f3f3f3ff0a142 |
UTF-8 | 렦렻렫렮陝B | 11101011101000001010011011101011101000001011101111101011101000001010101111101011101000001010111011101001100110011001110101000010 | eba0a6eba0bbeba0abeba0aee9999d42 |
UHC | 렦렻렫렮陝B | 1000111010110101100011101100001110001110101110011000111010111011111000001110110101000010 | 8eb58ec38eb98ebbe0ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)