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 | ??OkB | 0011111100111111010011110110101101000010 | 3f3f4f6b42 |
SJIS-WIN | ?}OkB | 001111111000000101110000010011110110101101000010 | 3f81704f6b42 |
EUC-JP | ?}OkB | 001111111010000111010001010011110110101101000010 | 3fa1d14f6b42 |
UTF-8 | 룵}OkB | 111010111010001110110101111011111011110110011101010011110110101101000010 | eba3b5efbd9d4f6b42 |
UHC | 룵}OkB | 10001111101010101010001111111101010011110110101101000010 | 8faaa3fd4f6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)