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 | 淨?倚Ζ^ | 1001111111000100001111111001100011011111100000111010010001011110 | 9fc43f98df83a45e |
EUC-JP | 淨?倚Ζ^ | 1101111011000110001111111101000011100001101001101010011001011110 | dec63fd0e1a6a65e |
UTF-8 | 淨렠倚Ζ^ | 111001101011011110101000111010111010000010100000111001011000000010011010110011101001011001011110 | e6b7a8eba0a0e5809ace965e |
UHC | 淨렠倚Ζ^ | 111011111110010010001110101100011110101111101111101001011100011001011110 | efe48eb1ebefa5c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)