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 | 荳育究 | 111001001011100010001000111001111000101110000110 | e4b888e78b86 |
EUC-JP | 荳育究 | 111010001011101010110000111010011011010111100110 | e8bab0e9b5e6 |
UTF-8 | 荳育究 | 111010001000110110110011111010001000001010110010111001111010100110110110 | e88db3e882b2e7a9b6 |
UHC | 荳育究 | 110101001110010111101011110000001100111110111100 | d4e5ebc0cfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)