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 | 倭??淫? | 10011000011000000011111100111111100010001111101000111111 | 98603f3f88fa3f |
EUC-JP | 倭??淫? | 11001111110000010011111100111111101100001111110000111111 | cfc13f3fb0fc3f |
UTF-8 | 倭앹넭淫즚 | 111001011000000010101101111011001001010110111001111010111000010010101101111001101011011110101011111011001010011010011010 | e580adec95b9eb84ade6b7abeca69a |
UHC | 倭앹넭淫즚 | 11101000110111101001110111101100100001101010110011101011111000101010001101101000 | e8de9dec86acebe2a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)