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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淫り? | 1000100011111010100000101110100000111111 | 88fa82e83f |
EUC-JP | 淫り? | 1011000011111100101001001110101000111111 | b0fca4ea3f |
UTF-8 | 淫り래 | 111001101011011110101011111000111000001010001010111010111001111010011000 | e6b7abe3828aeb9e98 |
UHC | 淫り래 | 111010111110001010101010111010101011011110100001 | ebe2aaeab7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)