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 | 援?? | 10001001100001110011111100111111 | 89873f3f |
EUC-JP | 援?? | 10110001111001110011111100111111 | b1e73f3f |
UTF-8 | 援썰튋 | 111001101000111110110100111011001000110110110000111011011000101010001011 | e68fb4ec8db0ed8a8b |
UHC | 援썰튋 | 111010101011010110111101111001001011100110011111 | eab5bde4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)