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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 牴獻牴扣B | 111000001011000011100000110110011110000010110000100111010100101001000010 | e0b0e0d9e0b09d4a42 |
EUC-JP | 牴獻牴扣B | 111000001011001011100000110110111110000010110010110110011010101101000010 | e0b2e0dbe0b2d9ab42 |
UTF-8 | 牴獻牴扣B | 11100111100010011011010011100111100011011011101111100111100010011011010011100110100010011010001101000010 | e789b4e78dbbe789b4e689a342 |
UHC | ?獻??B | 001111111111101011001100001111110011111101000010 | 3ffacc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)