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 | 淫??紗? | 10001000111110100011111100111111100011101101000100111111 | 88fa3f3f8ed13f |
EUC-JP | 淫??紗? | 10110000111111000011111100111111101111001101001100111111 | b0fc3f3fbcd33f |
UTF-8 | 淫멸렍紗퉁 | 111001101011011110101011111010111010100110111000111010111010000010001101111001111011010010010111111011011000100110000001 | e6b7abeba9b8eba08de7b497ed8981 |
UHC | 淫멸렍紗퉁 | 11101011111000101011100011101010100011101010001111011110111010011100010111111100 | ebe2b8ea8ea3dee9c5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)