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 | 諢駕яB | 11100110100001001000100111101101100001001001000101000010 | e68489ed849142 |
EUC-JP | 諢駕яB | 11101011111001001011001011101111101001111111000101000010 | ebe4b2efa7f142 |
UTF-8 | 諢駕яB | 111010001010101110100010111010011010011110010101110100011000111101000010 | e8aba2e9a795d18f42 |
UHC | ?駕яB | 001111111100101010111101101011001111000101000010 | 3fcabdacf142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)