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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 葹募&^ | 11100100110111111001010111100101100000011001010101011110 | e4df95e581955e |
EUC-JP | 葹募&^ | 11101000111000011100101011100111101000011111010101011110 | e8e1cae7a1f55e |
UTF-8 | 葹募&^ | 11101000100100011011100111100101100010111001111111101111101111001000011001011110 | e891b9e58b9fefbc865e |
UHC | ?募&^ | 001111111101100110110100101000111010011001011110 | 3fd9b4a3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)