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 | 銳얠눅銳앗 | 111010011000101010110011111011001001011010100000111010111000100010000101111010011000101010110011111011001001010110010111 | e98ab3ec96a0eb8885e98ab3ec9597 |
UHC | 銳얠눅銳앗 | 11100111111001011011111011101100101101001010101011100111111001011011111011010001 | e7e5beecb4aae7e5bed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)