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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 簇????^ | 11100010110001100011111100111111001111110011111101011110 | e2c63f3f3f3f5e |
EUC-JP | 簇????^ | 11100100110010000011111100111111001111110011111101011110 | e4c83f3f3f3f5e |
UTF-8 | 簇렯렱렯렮^ | 11100111101100001000011111101011101000001010111111101011101000001011000111101011101000001010111111101011101000001010111001011110 | e7b087eba0afeba0b1eba0afeba0ae5e |
UHC | 簇렯렱렯렮^ | 1111000011101010100011101011110010001110101111101000111010111100100011101011101101011110 | f0ea8ebc8ebe8ebc8ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)