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 | 10001000111111000011111100111111011011110100001001000110 | 88fc3f3f6f4246 |
EUC-JP | 蔭??oBF | 10110000111111100011111100111111011011110100001001000110 | b0fe3f3f6f4246 |
UTF-8 | 蔭댁뀥oBF | 111010001001010010101101111010111000110010000001111010111000000010100101011011110100001001000110 | e894adeb8c81eb80a56f4246 |
UHC | 蔭댁뀥oBF | 111010111110001110110100111011001000010110011100011011110100001001000110 | ebe3b4ec859c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)