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 | ???違?? | 00111111001111110011111110001000111000010011111100111111 | 3f3f3f88e13f3f |
EUC-JP | ???違?? | 00111111001111110011111110110000111000110011111100111111 | 3f3f3fb0e33f3f |
UTF-8 | 聯뤴뼰違ㅵ래 | 111011111010011010010111111010111010010010110100111010111011110010110000111010011000000110010101111000111000010110110101111010111001111010011000 | efa697eba4b4ebbcb0e98195e385b5eb9e98 |
UHC | 聯뤴뼰違ㅵ래 | 111001101110000110001111111000101001011010110011111010101101111010100100111001011011011110100001 | e6e18fe296b3eadea4e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)