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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 始伏 | 10001110011011101001010110011010 | 8e6e959a |
EUC-JP | 始伏 | 10111011110011111100100111111010 | bbcfc9fa |
UTF-8 | 始伏 | 111001011010011110001011111001001011110010001111 | e5a78be4bc8f |
UHC | 始伏 | 11100011101101111101110011010001 | e3b7dcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)