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 | 遇畔?? | 100010111111011010010100110010000011111100111111 | 8bf694c83f3f |
EUC-JP | 遇畔?? | 101101101111100011001000110010100011111100111111 | b6f8c8ca3f3f |
UTF-8 | 遇畔렞렕 | 111010011000000110000111111001111001010110010100111010111010000010011110111010111010000010010101 | e98187e79594eba09eeba095 |
UHC | 遇畔렞렕 | 1110100111100111110110101110110110001110101011111000111010101010 | e9e7daed8eaf8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)