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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 迴守克\ | 11100111100011111000111011100111100011011000111001011100 | e78f8ee78d8e5c |
EUC-JP | 迴守克\ | 11101101111011111011110011101001101110011110111001011100 | edefbce9b9ee5c |
UTF-8 | 迴守克\ | 11101000101111111011010011100101101011101000100011100101100001011000101101011100 | e8bfb4e5ae88e5858b5c |
UHC | ?守克\ | 001111111110000111111010110100001011101001011100 | 3fe1fad0ba5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)