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 | 莎御昏 | 111001001011001110001100111001001000110110101000 | e4b38ce48da8 |
EUC-JP | 莎御昏 | 111010001011010110111000111001101011101010101010 | e8b5b8e6baaa |
UTF-8 | 莎御昏 | 111010001000111010001110111001011011111010100001111001101001100010001111 | e88e8ee5bea1e6988f |
UHC | 莎御昏 | 110111101110110111100101110110011111101111100111 | deede5d9fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)