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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 妊嵌訶 | 100101000100010010011011110001101110011001100100 | 94449bc6e664 |
EUC-JP | 妊嵌訶 | 110001111010010111010110110010001110101111000101 | c7a5d6c8ebc5 |
UTF-8 | 妊嵌訶 | 111001011010011010001010111001011011010110001100111010001010100010110110 | e5a68ae5b58ce8a8b6 |
UHC | 妊嵌訶 | 111011001111010011001010111011101100101010111000 | ecf4caeecab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)