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 | 專???堤 | 10011011100100110011111100111111001111111001001011100111 | 9b933f3f3f92e7 |
EUC-JP | 專???堤 | 11010101111100110011111100111111001111111100010011101001 | d5f33f3f3fc4e9 |
UTF-8 | 專흗렣렖堤 | 111001011011000010001000111011011001110110010111111010111010000010100011111010111010000010010110111001011010000010100100 | e5b088ed9d97eba0a3eba096e5a0a4 |
UHC | 專흗렣렖堤 | 11101110111101101100100011101001100011101011010010001110101010111111000010100111 | eef6c8e98eb48eabf0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)