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??S | 001111110011111101100111001111110011111101010011 | 3f3f673f3f53 |
SJIS-WIN | ??g??S | 001111110011111101100111001111110011111101010011 | 3f3f673f3f53 |
EUC-JP | ??g??S | 001111110011111101100111001111110011111101010011 | 3f3f673f3f53 |
UTF-8 | 횙짙g횙쨔S | 1110110110011010100110011110110010100111100110010110011111101101100110101001100111101100101010001001010001010011 | ed9a99eca79967ed9a99eca89453 |
UHC | 횙짙g횙쨔S | 11000011100100111100001010100011011001111100001110010011110000101011100101010011 | c393c2a367c393c2b953 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)