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 | 淫る? | 1000100011111010100000101110100100111111 | 88fa82e93f |
EUC-JP | 淫る? | 1011000011111100101001001110101100111111 | b0fca4eb3f |
UTF-8 | 淫る넡 | 111001101011011110101011111000111000001010001011111010111000010010100001 | e6b7abe3828beb84a1 |
UHC | 淫る넡 | 111010111110001010101010111010111000011010100101 | ebe2aaeb86a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)