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 | 雍??^ | 1110100010110100001111110011111101011110 | e8b43f3f5e |
EUC-JP | 雍??^ | 1111000010110110001111110011111101011110 | f0b63f3f5e |
UTF-8 | 雍뺠폊^ | 11101001100110111000110111101011101110101010000011101101100011111000101001011110 | e99b8debbaa0ed8f8a5e |
UHC | 雍뺠폊^ | 11101000101111001001010111101000101111001001010101011110 | e8bc95e8bc955e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)