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 | 僥?在?楢 | 1001100101000110001111111000110111011101001111111001001111101000 | 99463f8ddd3f93e8 |
EUC-JP | 僥?在?楢 | 1101000110100111001111111011101011011111001111111100011011101010 | d1a73fbadf3fc6ea |
UTF-8 | 僥렊在렔楢 | 111001011000001110100101111010111010000010001010111001011001110010101000111010111010000010010100111001101010010110100010 | e583a5eba08ae59ca8eba094e6a5a2 |
UHC | 僥렊在렔楢 | 11101000111010011000111010100001111011101010010010001110101010011110101011111001 | e8e98ea1eea48ea9eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)