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 | ゙膠 | 1111001110110011110111101110010001010000 | f3b3dee450 |
EUC-JP | ?゙膠 | 0011111110001110110111101110011110110001 | 3f8edee7b1 |
UTF-8 | ゙膠 | 111011101000101010100110111011111011111010011110111010001000011010100000 | ee8aa6efbe9ee886a0 |
UHC | ??膠 | 00111111001111111100111011101111 | 3f3fceef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)