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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疾霆 | 111100101010101010001110101111101110100010111011 | f2aa8ebee8bb |
EUC-JP | ?疾霆 | 0011111110111100110000001111000010111101 | 3fbcc0f0bd |
UTF-8 | 疾霆 | 111011101000011110100001111001111001011010111110111010011001110010000110 | ee87a1e796bee99c86 |
UHC | ?疾霆 | 0011111111110010111100001110111111111101 | 3ff2f0effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)