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 | 語釋? | 1000110011101010111001111101011100111111 | 8ceae7d73f |
EUC-JP | 語釋? | 1011100011101100111011101101100100111111 | b8eceed93f |
UTF-8 | 語釋暈 | 111010001010101010011110111010011000011110001011111011111010011110000101 | e8aa9ee9878befa785 |
UHC | 語釋暈 | 111001011101111011100000101101111110100111110111 | e5dee0b7e9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)