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 | 亊釀c | 100110001010110111100111110101001000001010000011 | 98ade7d48283 |
EUC-JP | 亊釀c | 110100001010111111101110110101101010001111100011 | d0afeed6a3e3 |
UTF-8 | 亊釀c | 111001001011101010001010111010011000011110000000111011111011110110000011 | e4ba8ae98780efbd83 |
UHC | ?釀c | 0011111111100101110101001010001111100011 | 3fe5d4a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)