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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 硝緕ツ湘オ | 1000111111001001111000111000111011000010100011111100001110110101 | 8fc9e38ec28fc3b5 |
EUC-JP | 硝緕ツ湘オ | 10111110110010111110010111101110100011101100001010111110110001011000111010110101 | becbe5ee8ec2bec58eb5 |
UTF-8 | 硝緕ツ湘オ | 111001111010000110011101111001111011011110010101111011111011111010000010111001101011100110011000111011111011110110110101 | e7a19de7b795efbe82e6b998efbdb5 |
UHC | 硝??湘? | 11110101101001100011111100111111110111111100111100111111 | f5a63f3fdfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)