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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 訒ヲn訒ヲnB | 111110111010001110100110011011101111101110100011101001100110111001000010 | fba3a66efba3a66e42 |
EUC-JP | 訒ヲn訒ヲnB | 10001111110111011100100010001110101001100110111010001111110111011100100010001110101001100110111001000010 | 8fddc88ea66e8fddc88ea66e42 |
UTF-8 | 訒ヲn訒ヲnB | 111010001010100010010010111011111011110110100110011011101110100010101000100100101110111110111101101001100110111001000010 | e8a892efbda66ee8a892efbda66e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)