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 | 止?闕 | 1000111001111110001111111110100010001101 | 8e7e3fe88d |
EUC-JP | 止?闕 | 1011101111011111001111111110111111101101 | bbdf3fefed |
UTF-8 | 止폼闕 | 111001101010110110100010111011011000111110111100111010011001011110010101 | e6ada2ed8fbce99795 |
UHC | 止폼闕 | 111100101010110111000110111110111100111111110100 | f2adc6fbcff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)