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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 只貊?豆蠣 | 100100011111110011100110101110110011111110010011101001001110010101111001 | 91fce6bb3f93a4e579 |
EUC-JP | 只貊?豆蠣 | 110000101111111011101100101111010011111111000110101001101110100111011010 | c2feecbd3fc6a6e9da |
UTF-8 | 只貊렜豆蠣 | 111001011000111110101010111010001011001010001010111010111010000010011100111010001011000110000110111010001010000010100011 | e58faae8b28aeba09ce8b186e8a0a3 |
UHC | 只貊렜豆蠣 | 11110001111111101101100011100111100011101010111011010100111001111101010111101110 | f1fed8e78eaed4e7d5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)