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 | 鬘区干蟯 | 1110100110100001100010111110011010001010101100011110010110110010 | e9a18be68ab1e5b2 |
EUC-JP | 鬘区干蟯 | 1111001010100011101101101110100010110100101100111110101010110100 | f2a3b6e8b4b3eab4 |
UTF-8 | 鬘区干蟯 | 111010011010110010011000111001011000110010111010111001011011100110110010111010001001111110101111 | e9ac98e58cbae5b9b2e89faf |
UHC | ??干蟯 | 001111110011111111001010110011101110100110101000 | 3f3fcacee9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)