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 | 槨o癰 | 100111101101100010000010100011111110000110011110 | 9ed8828fe19e |
EUC-JP | 槨o癰 | 110111001101101010100011111011111110000111111110 | dcdaa3efe1fe |
UTF-8 | 槨o癰 | 111001101010011110101000111011111011110110001111111001111001100110110000 | e6a7a8efbd8fe799b0 |
UHC | 槨o癰 | 110011101010101010100011111011111110100010111001 | ceaaa3efe8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)