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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 處?^ | 10011001011111000011111101011110 | 997c3f5e |
EUC-JP | 處?^ | 11010001110111010011111101011110 | d1dd3f5e |
UTF-8 | 處셈^ | 11101000100110011001010111101100100001011000100001011110 | e89995ec85885e |
UHC | 處셈^ | 1111010010100101101111001100000001011110 | f4a5bcc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)