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 | 10001011010101100011111100111111011011110100001001000110 | 8b563f3f6f4246 |
EUC-JP | 儀??oBF | 10110101101101110011111100111111011011110100001001000110 | b5b73f3f6f4246 |
UTF-8 | 儀띺쎊oBF | 111001011000010010000000111010111001110110111010111011001000111010001010011011110100001001000110 | e58480eb9dbaec8e8a6f4246 |
UHC | 儀띺쎊oBF | 111010111111000010001101111010011001101110110010011011110100001001000110 | ebf08de99bb26f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)