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 | 遮七荵 | 100011101101010110001110101101011110010010111001 | 8ed58eb5e4b9 |
EUC-JP | 遮七荵 | 101111001101011110111100101101111110100010111011 | bcd7bcb7e8bb |
UTF-8 | 遮七荵 | 111010011000000110101110111001001011100010000011111010001000110110110101 | e981aee4b883e88db5 |
UHC | 遮七? | 1111001110110100111101101101001000111111 | f3b4f6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)