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 | 軫?稷 | 1110011101100110001111111110001001101100 | e7663fe26c |
EUC-JP | 軫?稷 | 1110110111000111001111111110001111001101 | edc73fe3cd |
UTF-8 | 軫렱稷 | 111010001011101110101011111010111010000010110001111001111010100010110111 | e8bbabeba0b1e7a8b7 |
UHC | 軫렱稷 | 111100101110001010001110101111101111001011000011 | f2e28ebef2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)