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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 邊ァ闥。BF | 1110011110110010101001111110100010010010101000010100001001000110 | e7b2a7e892a14246 |
EUC-JP | 邊ァ闥。BF | 11101110101101001000111010100111111011111111001010001110101000010100001001000110 | eeb48ea7eff28ea14246 |
UTF-8 | 邊ァ闥。BF | 1110100110000010100010101110111110111101101001111110100110010111101001011110111110111101101000010100001001000110 | e9828aefbda7e997a5efbda14246 |
UHC | 邊???BF | 11011100101010110011111100111111001111110100001001000110 | dcab3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)