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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 銳잙ㅋ痢뷓 | 111010011000101010110011111011001001111010011001111000111000010110001011111011111010011110100101111010111011011110010011 | e98ab3ec9e99e3858befa7a5ebb793 |
UHC | 銳잙ㅋ痢뷓 | 11100111111001011001111111101011101001001011101111101100101110001001010101000010 | e7e59feba4bbecb89542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)