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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???耕甬^ | 0011111100111111001111111000110101101011111000010101010001011110 | 3f3f3f8d6be1545e |
EUC-JP | ?釪?耕甬^ | 00111111100011111110001110101101001111111011100111001100111000011011010101011110 | 3f8fe3ad3fb9cce1b55e |
UTF-8 | 뤝釪흵耕甬^ | 11101011101001001001110111101001100001111010101011101101100111011011010111101000100000001001010111100111100101001010110001011110 | eba49de987aaed9db5e88095e794ac5e |
UHC | 뤝釪흵耕甬^ | 1000111111001100111010011110100111000101100011111100110011101001111010011100010101011110 | 8fcce9e9c58fcce9e9c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)