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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?挑^ | 00111111100100101010011101011110 | 3f92a75e |
EUC-JP | ?挑^ | 00111111110001001010100101011110 | 3fc4a95e |
UTF-8 | 룿挑^ | 11101011101000111011111111100110100011001001000101011110 | eba3bfe68c915e |
UHC | 룿挑^ | 1000111110110000110100111111101101011110 | 8fb0d3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)