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 | ??M[??M[^ | 001111110011111101001101010110110011111100111111010011010101101101011110 | 3f3f4d5b3f3f4d5b5e |
SJIS-WIN | ??M[??M[^ | 001111110011111101001101010110110011111100111111010011010101101101011110 | 3f3f4d5b3f3f4d5b5e |
EUC-JP | ??M[??M[^ | 001111110011111101001101010110110011111100111111010011010101101101011110 | 3f3f4d5b3f3f4d5b5e |
UTF-8 | 횙짙M[횙짙M[^ | 1110110110011010100110011110110010100111100110010100110101011011111011011001101010011001111011001010011110011001010011010101101101011110 | ed9a99eca7994d5bed9a99eca7994d5b5e |
UHC | 횙짙M[횙짙M[^ | 11000011100100111100001010100011010011010101101111000011100100111100001010100011010011010101101101011110 | c393c2a34d5bc393c2a34d5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)