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 | 遇畔렗렟 | 111010011000000110000111111001111001010110010100111010111010000010010111111010111010000010011111 | e98187e79594eba097eba09f |
UHC | 遇畔렗렟 | 1110100111100111110110101110110110001110101011001000111010110000 | e9e7daed8eac8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)