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 | 陽咤痞痿陽 | 10010111011110101001101001000010111000010111110011100001011111101001011101111010 | 977a9a42e17ce17e977a |
EUC-JP | 陽咤痞痿陽 | 11001101110110111101001110100011111000011101110111100001110111111100110111011011 | cddbd3a3e1dde1dfcddb |
UTF-8 | 陽咤痞痿陽 | 111010011001100110111101111001011001001010100100111001111001011110011110111001111001011110111111111010011001100110111101 | e999bde592a4e7979ee797bfe999bd |
UHC | 陽咤??陽 | 1110010111010101111101101110001100111111001111111110010111010101 | e5d5f6e33f3fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)