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?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
EUC-JP | ??G?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
UTF-8 | 횙짰G횙짯 | 11101101100110101001100111101100101001111011000001000111111011011001101010011001111011001010011110101111 | ed9a99eca7b047ed9a99eca7af |
UHC | 횙짰G횙짯 | 110000111001001111000010101011100100011111000011100100111100001010101101 | c393c2ae47c393c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)