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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 邁ァG | 11100111101100001010011101000111 | e7b0a747 |
EUC-JP | 邁ァG | 1110111010110010100011101010011101000111 | eeb28ea747 |
UTF-8 | 邁ァG | 11101001100000101000000111101111101111011010011101000111 | e98281efbda747 |
UHC | 邁?G | 11011000111001000011111101000111 | d8e43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)