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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 義????? | 10001011011000000011111100111111001111110011111100111111 | 8b603f3f3f3f3f |
EUC-JP | 義???雩? | 101101011100000100111111001111110011111110001111111001101111101000111111 | b5c13f3f3f8fe6fa3f |
UTF-8 | 義렧뤰덩雩쳩 | 111001111011111010101001111010111010000010100111111010111010010010110000111010111000110110101001111010011001101110101001111011001011001110101001 | e7bea9eba0a7eba4b0eb8da9e99ba9ecb3a9 |
UHC | 義렧뤰덩雩쳩 | 111010111111100110001110101101101000111111011110101101011010001011101001111011001010101110001110 | ebf98eb68fdeb5a2e9ecab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)