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 | 熊逕? | 1000110001000110111001111001010000111111 | 8c46e7943f |
EUC-JP | 熊逕? | 1011011110100111111011011111010000111111 | b7a7edf43f |
UTF-8 | 熊逕㏇ | 111001111000011010001010111010011000000010010101111000111000111110000111 | e7868ae98095e38f87 |
UHC | 熊逕㏇ | 111010101010100011001100111011111010001011100001 | eaa8ccefa2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)