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 | 。ェミ^ | 101000011111100010001111101010101101000001011110 | a1f88faad05e |
EUC-JP | 。?ェミ^ | 1000111010100001001111111000111010101010100011101101000001011110 | 8ea13f8eaa8ed05e |
UTF-8 | 。ェミ^ | 11101111101111011010000111101110100110001010111011101111101111011010101011101111101111101001000001011110 | efbda1ee98aeefbdaaefbe905e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)