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 | 栓祠? | 1001000011110000111000100100101100111111 | 90f0e24b3f |
EUC-JP | 栓祠? | 1100000011110010111000111010110000111111 | c0f2e3ac3f |
UTF-8 | 栓祠렫 | 111001101010000010010011111001111010010110100000111010111010000010101011 | e6a093e7a5a0eba0ab |
UHC | 栓祠렫 | 111011101111101111011110111001101000111010111001 | eefbdee68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)