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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 葹獸葹獸^ | 111001001101111111100000110101111110010011011111111000001101011101011110 | e4dfe0d7e4dfe0d75e |
EUC-JP | 葹獸葹獸^ | 111010001110000111100000110110011110100011100001111000001101100101011110 | e8e1e0d9e8e1e0d95e |
UTF-8 | 葹獸葹獸^ | 11101000100100011011100111100111100011011011100011101000100100011011100111100111100011011011100001011110 | e891b9e78db8e891b9e78db85e |
UHC | ?獸?獸^ | 00111111111000101010111000111111111000101010111001011110 | 3fe2ae3fe2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)