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 | 劑槃? | 1001100110011101100111101100111100111111 | 999d9ecf3f |
EUC-JP | 劑槃? | 1101000111111101110111001101000100111111 | d1fddcd13f |
UTF-8 | 劑槃렗 | 111001011000101010010001111001101010011110000011111010111010000010010111 | e58a91e6a783eba097 |
UHC | 劑槃렗 | 111100001010010111011010111010011000111010101100 | f0a5dae98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)