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 | 澈自瀨 | 111110110100101110001110101010011111101101010000 | fb4b8ea9fb50 |
EUC-JP | 澈自? | 100011111100100011100101101111001010101100111111 | 8fc8e5bcab3f |
UTF-8 | 澈自瀨 | 111001101011111010001000111010001000011110101010111001111000000010101000 | e6be88e887aae780a8 |
UHC | 澈自瀨 | 111101001100110111101101101110111101011011101110 | f4cdedbbd6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)