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 | 陽哈痣痾痞痞 | 100101110111101010011001111110111110000101111011111000010111110111100001011111001110000101111100 | 977a99fbe17be17de17ce17c |
EUC-JP | 陽哈痣痾痞痞 | 110011011101101111010010111111011110000111011100111000011101111011100001110111011110000111011101 | cddbd2fde1dce1dee1dde1dd |
UTF-8 | 陽哈痣痾痞痞 | 111010011001100110111101111001011001001110001000111001111001011110100011111001111001011110111110111001111001011110011110111001111001011110011110 | e999bde59388e797a3e797bee7979ee7979e |
UHC | 陽哈???? | 1110010111010101111110011110101100111111001111110011111100111111 | e5d5f9eb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)