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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 年잪稶잢 | 111011111010011010001110111011001001111010101010111001111010100010110110111011001001111010100010 | efa68eec9eaae7a8b6ec9ea2 |
UHC | 年잪稶잢 | 1110011011000100100111111111010111101001111100111001111111110001 | e6c49ff5e9f39ff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)