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 | 肢肆度 | 100011101000100011100011111001101001001101111000 | 8e88e3e69378 |
EUC-JP | 肢肆度 | 101110111110100011100110111010001100010111011001 | bbe8e6e8c5d9 |
UTF-8 | 肢肆度 | 111010001000001010100010111010001000001010000110111001011011101010100110 | e882a2e88286e5baa6 |
UHC | 肢肆度 | 111100101011011011011110111010111101001111111000 | f2b6deebd3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)