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 | 茫矩ざ | 111001001010100110001011111010011000001010110100 | e4a98be982b4 |
EUC-JP | 茫矩ざ | 111010001010101110110110111010111010010010110110 | e8abb6eba4b6 |
UTF-8 | 茫矩ざ | 111010001000110010101011111001111001111110101001111000111000000110010110 | e88cabe79fa9e38196 |
UHC | 茫矩ざ | 110110001101010011001111101110111010101010110110 | d8d4cfbbaab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)