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 | YEIoBF | 1001001001011001100100100100010101001001011011110100001001000110 | 92599245496f4246 |
SJIS-WIN | ?Y?EIoBF | 0011111101011001001111110100010101001001011011110100001001000110 | 3f593f45496f4246 |
EUC-JP | ?Y?EIoBF | 0011111101011001001111110100010101001001011011110100001001000110 | 3f593f45496f4246 |
UTF-8 | YEIoBF | 11000010100100100101100111000010100100100100010101001001011011110100001001000110 | c29259c29245496f4246 |
UHC | ?Y?EIoBF | 0011111101011001001111110100010101001001011011110100001001000110 | 3f593f45496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)