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 | 湘弡湘 | 100011111100001111111010101101111000111111000011 | 8fc3fab78fc3 |
EUC-JP | 湘弡湘 | 10111110110001011000111110111100111001001011111011000101 | bec58fbce4bec5 |
UTF-8 | 湘弡湘 | 111001101011100110011000111001011011110010100001111001101011100110011000 | e6b998e5bca1e6b998 |
UHC | 湘?湘 | 1101111111001111001111111101111111001111 | dfcf3fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)