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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
UTF-8 | 횋짼채횁횗첩\ | 11101101100110101000101111101100101001111011110011101100101100011000010011101101100110101000000111101101100110101001011111101100101100101010100101011100 | ed9a8beca7bcecb184ed9a81ed9a97ecb2a95c |
UHC | 횋짼채횁횗첩\ | 11000011100010011100001010110010110000111010010011000011100000011100001110010001110000111011100001011100 | c389c2b2c3a4c381c391c3b85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)