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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 溏輒k | 1001111111101101111001110110101101101011 | 9fede76b6b |
EUC-JP | 溏輒k | 1101111011101111111011011100110001101011 | deefedcc6b |
UTF-8 | 溏輒k | 11100110101110101000111111101000101111001001001001101011 | e6ba8fe8bc926b |
UHC | ?輒k | 00111111111101001110010101101011 | 3ff4e56b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)