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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???莊 | 0011111100111111001111111110010010110101 | 3f3f3fe4b5 |
EUC-JP | ???莊 | 0011111100111111001111111110100010110111 | 3f3f3fe8b7 |
UTF-8 | 欌쾡갗莊 | 111001101010110010001100111011001011111010100001111010101011000010010111111010001000111010001010 | e6ac8cecbea1eab097e88e8a |
UHC | 欌쾡갗莊 | 1110110111101011110001001110100110110000101011111110110111110110 | edebc4e9b0afedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)