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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 曜i?B | 100101110110101010000010100010010011111101000010 | 976a82893f42 |
EUC-JP | 曜i?B | 110011011100101110100011111010010011111101000010 | cdcba3e93f42 |
UTF-8 | 曜i슔B | 11100110100110111001110011101111101111011000100111101100100010101001010001000010 | e69b9cefbd89ec8a9442 |
UHC | 曜i슔B | 11101000111110001010001111101001100110101010001101000010 | e8f8a3e99aa342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)