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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 逸?蠣oBF | 1000100011101101001111111110010101111001011011110100001001000110 | 88ed3fe5796f4246 |
EUC-JP | 逸?蠣oBF | 1011000011101111001111111110100111011010011011110100001001000110 | b0ef3fe9da6f4246 |
UTF-8 | 逸곕蠣oBF | 111010011000000010111000111010101011001110010101111010001010000010100011011011110100001001000110 | e980b8eab395e8a0a36f4246 |
UHC | 逸곕蠣oBF | 111011001110111110110000111010111101010111101110011011110100001001000110 | ecefb0ebd5ee6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)