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 | 痾俾瘁 | 111000010111110110011000111010101110000110000001 | e17d98eae181 |
EUC-JP | 痾俾瘁 | 111000011101111011010000111011001110000111100001 | e1ded0ece1e1 |
UTF-8 | 痾俾瘁 | 111001111001011110111110111001001011111110111110111001111001100010000001 | e797bee4bfbee79881 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)