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 | 疾聰 | 111100001011111010001110101111101110001111100000 | f0be8ebee3e0 |
EUC-JP | ?疾聰 | 0011111110111100110000001110011011100010 | 3fbcc0e6e2 |
UTF-8 | 疾聰 | 111011101000000110111101111001111001011010111110111010001000000110110000 | ee81bde796bee881b0 |
UHC | ?疾聰 | 0011111111110010111100001111010111000110 | 3ff2f0f5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)