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 | 陽咤痞痿陽唸 | 100101110111101010011010010000101110000101111100111000010111111010010111011110101001101001011000 | 977a9a42e17ce17e977a9a58 |
EUC-JP | 陽咤痞痿陽唸 | 110011011101101111010011101000111110000111011101111000011101111111001101110110111101001110111001 | cddbd3a3e1dde1dfcddbd3b9 |
UTF-8 | 陽咤痞痿陽唸 | 111010011001100110111101111001011001001010100100111001111001011110011110111001111001011110111111111010011001100110111101111001011001010010111000 | e999bde592a4e7979ee797bfe999bde594b8 |
UHC | 陽咤??陽? | 111001011101010111110110111000110011111100111111111001011101010100111111 | e5d5f6e33f3fe5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)