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 | 迥也嵯 | 111001111000101010010110111001111000110110110101 | e78a96e78db5 |
EUC-JP | 迥也嵯 | 111011011110101011001100111010011011101010110111 | edeacce9bab7 |
UTF-8 | 迥也嵯 | 111010001011111110100101111001001011100110011111111001011011010110101111 | e8bfa5e4b99fe5b5af |
UHC | ?也嵯 | 0011111111100101101001011111001110101011 | 3fe5a5f3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)