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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 濡??B? | 100101000100011100111111001111110100001000111111 | 94473f3f423f |
EUC-JP | 濡??B? | 110001111010100000111111001111110100001000111111 | c7a83f3f423f |
UTF-8 | 濡낅죫B凉 | 11100110101111111010000111101011100000101000010111101100101000111010101101000010111011111010010110111001 | e6bfa1eb8285eca3ab42efa5b9 |
UHC | 濡낅죫B凉 | 111010111010000110000101111010111010000110000110010000101110010110111100 | eba185eba18642e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)