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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薰倩試 | 111110111001111010011000111010001000111010001110 | fb9e98e88e8e |
EUC-JP | ?倩試 | 0011111111010000111010101011101111101110 | 3fd0eabbee |
UTF-8 | 薰倩試 | 111010001001011010110000111001011000000010101001111010001010100110100110 | e896b0e580a9e8a9a6 |
UHC | 薰?試 | 1111110110111001001111111110001111001011 | fdb93fe3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)