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 | 歷뜰끁流잹 | 111011111010011010001100111010111001110010110000111010111000000110000001111011111010011110001010111011001001111010111001 | efa68ceb9cb0eb8181efa78aec9eb9 |
UHC | 歷뜰끁流잹 | 11100110101110001011011011100011100001011011011111101010111111001010000001000010 | e6b8b6e385b7eafca042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)