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 | 1001111101111011100110100100110001101011 | 9f7b9a4c6b |
EUC-JP | 毬哭k | 1101110111011100110100111010110101101011 | dddcd3ad6b |
UTF-8 | 毬哭k | 11100110101011111010110011100101100100111010110101101011 | e6aface593ad6b |
UHC | 毬哭k | 1100111110110011110011011101011001101011 | cfb3cdd66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)