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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 營????? | 10011010011110100011111100111111001111110011111100111111 | 9a7a3f3f3f3f3f |
EUC-JP | 營??洧?? | 110100111101101100111111001111111000111111000111101101000011111100111111 | d3db3f3f8fc7b43f3f |
UTF-8 | 營뚮풐洧붾뜦 | 111001111000011110011111111010111001101010101110111011011001001010010000111001101011010010100111111010111011011010111110111010111001110010100110 | e7879feb9aaeed9290e6b4a7ebb6beeb9ca6 |
UHC | 營뚮풐洧붾뜦 | 111001111011110110001100111010111011111010010100111010101111101110010100111010111000110110101001 | e7bd8cebbe94eafb94eb8da9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)