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 | 爵治昭 | 100011101101110110001110101000011000111110111010 | 8edd8ea18fba |
EUC-JP | 爵治昭 | 101111001101111110111100101000111011111010111100 | bcdfbca3bebc |
UTF-8 | 爵治昭 | 111001111000100010110101111001101011001010111011111001101001100010101101 | e788b5e6b2bbe698ad |
UHC | 爵治昭 | 111011011100100111110110101111011110000110111001 | edc9f6bde1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)