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 | 澈自瀅 | 111110110100101110001110101010011111101101001110 | fb4b8ea9fb4e |
EUC-JP | 澈自瀅 | 1000111111001000111001011011110010101011100011111100100110101011 | 8fc8e5bcab8fc9ab |
UTF-8 | 澈自瀅 | 111001101011111010001000111010001000011110101010111001111000000010000101 | e6be88e887aae78085 |
UHC | 澈自瀅 | 111101001100110111101101101110111111101110100100 | f4cdedbbfba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)