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 | 姐?砥?帝 | 1000100010110111001111111001001101110101001111111001001011101001 | 88b73f93753f92e9 |
EUC-JP | 姐?砥?帝 | 1011000010111001001111111100010111010110001111111100010011101011 | b0b93fc5d63fc4eb |
UTF-8 | 姐렒砥렕帝 | 111001011010011110010000111010111010000010010010111001111010000010100101111010111010000010010101111001011011100010011101 | e5a790eba092e7a0a5eba095e5b89d |
UHC | 姐렒砥렕帝 | 11101110101110111000111010100111111100101011001010001110101010101111000010101000 | eebb8ea7f2b28eaaf0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)