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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 穩?穩?^ | 11100010011100100011111111100010011100100011111101011110 | e2723fe2723f5e |
EUC-JP | 穩?穩?^ | 11100011110100110011111111100011110100110011111101011110 | e3d33fe3d33f5e |
UTF-8 | 穩랰穩랰^ | 11100111101010011010100111101011100111101011000011100111101010011010100111101011100111101011000001011110 | e7a9a9eb9eb0e7a9a9eb9eb05e |
UHC | 穩랰穩랰^ | 111010001011000110001110010011001110100010110001100011100100110001011110 | e8b18e4ce8b18e4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)