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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 耀?????E | 1001011101110011001111110011111100111111001111110011111101000101 | 97733f3f3f3f3f45 |
EUC-JP | 耀?????E | 1100110111010100001111110011111100111111001111110011111101000101 | cdd43f3f3f3f3f45 |
UTF-8 | 耀뷂쪖溜볢뒜E | 11101000100000001000000011101011101101111000001011101100101010101001011011101111101001111000101111101011101100111010001011101011100100101001110001000101 | e88080ebb782ecaa96efa78bebb3a2eb929c45 |
UHC | 耀뷂쪖溜볢뒜E | 11101001101001011001010011101111101001011001000011101010111111101001001111101000100010101001100101000101 | e9a594efa590eafe93e88a9945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)