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 | 蹄峰馬愿? | 100100101111101110010101111101001001010001101110100111001100001100111111 | 92fb95f4946e9cc33f |
EUC-JP | 蹄峰馬愿? | 110001001111110111001010111101101100011111001111110110001100010100111111 | c4fdcaf6c7cfd8c53f |
UTF-8 | 蹄峰馬愿렩 | 111010001011100110000100111001011011001110110000111010011010011010101100111001101000010010111111111010111010000010101001 | e8b984e5b3b0e9a6ace684bfeba0a9 |
UHC | 蹄峰馬愿렩 | 11110000101101001101110011101000110110001010100111101010101101001000111010110111 | f0b4dce8d8a9eab48eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)