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 | 疾勺貅 | 100011101011111010001110110110011110011010111010 | 8ebe8ed9e6ba |
EUC-JP | 疾勺貅 | 101111001100000010111100110110111110110010111100 | bcc0bcdbecbc |
UTF-8 | 疾勺貅 | 111001111001011010111110111001011000101110111010111010001011001010000101 | e796bee58bbae8b285 |
UHC | 疾勺? | 1111001011110000111011011100001100111111 | f2f0edc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)