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 | 義???鏃? | 1000101101100000001111110011111100111111111010000101011000111111 | 8b603f3f3fe8563f |
EUC-JP | 義???鏃? | 1011010111000001001111110011111100111111111011111011011100111111 | b5c13f3f3fefb73f |
UTF-8 | 義렧뤰돋鏃쐬 | 111001111011111010101001111010111010000010100111111010111010010010110000111010111000111110001011111010011000111110000011111011001001000010101100 | e7bea9eba0a7eba4b0eb8f8be98f83ec90ac |
UHC | 義렧뤰돋鏃쐬 | 111010111111100110001110101101101000111111011110101101011011100011110000111011001011110111111101 | ebf98eb68fdeb5b8f0ecbdfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)