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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 懷絨躬蕕 | 1001110011100101111000110100111111100111010110101110010101000011 | 9ce5e34fe75ae543 |
EUC-JP | 懷絨躬蕕 | 1101100011100111111001011011000011101101101110111110100110100100 | d8e7e5b0edbbe9a4 |
UTF-8 | 懷絨躬蕕 | 111001101000011110110111111001111011010110101000111010001011101010101100111010001001010110010101 | e687b7e7b5a8e8baace89595 |
UHC | 懷絨躬? | 11111100111000111110101111010110110011111110010100111111 | fce3ebd6cfe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)