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 | 蜉台シ | 1110010110001010100100011110010010111100 | e58a91e4bc |
EUC-JP | 蜉台シ | 111010011110101011000010111001101000111010111100 | e9eac2e68ebc |
UTF-8 | 蜉台シ | 111010001001110010001001111001011000111110110000111011111011110110111100 | e89c89e58fb0efbdbc |
UHC | ?台? | 00111111111101111011101100111111 | 3ff7bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)