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 | 11100101111000101000100111101101100001001001000101000010 | e5e289ed849142 |
EUC-JP | 裘駕яB | 11101010111001001011001011101111101001111111000101000010 | eae4b2efa7f142 |
UTF-8 | 裘駕яB | 111010001010001110011000111010011010011110010101110100011000111101000010 | e8a398e9a795d18f42 |
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)