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 | 10010000011101110011111100111111011011110100001001000110 | 90773f3f6f4246 |
EUC-JP | 陣??oBF | 10111111110110000011111100111111011011110100001001000110 | bfd83f3f6f4246 |
UTF-8 | 陣롙렚oBF | 111010011001100110100011111010111010000110011001111010111010000010011010011011110100001001000110 | e999a3eba199eba09a6f4246 |
UHC | 陣롙렚oBF | 111100101110011010001110110111011000111010101101011011110100001001000110 | f2e68edd8ead6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)