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???? | 00111111001111110100011100111111001111110011111100111111 | 3f3f473f3f3f3f |
SJIS-WIN | ??G???? | 00111111001111110100011100111111001111110011111100111111 | 3f3f473f3f3f3f |
EUC-JP | ??G???? | 00111111001111110100011100111111001111110011111100111111 | 3f3f473f3f3f3f |
UTF-8 | 횙짰G첨짭천쨉 | 11101101100110101001100111101100101001111011000001000111111011001011001010101000111011001010011110101101111011001011001010011100111011001010100010001001 | ed9a99eca7b047ecb2a8eca7adecb29ceca889 |
UHC | 횙짰G첨짭천쨉 | 11000011100100111100001010101110010001111100001110110111110000101010110011000011101101011100001010110101 | c393c2ae47c3b7c2acc3b5c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)