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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 茹c?淫? | 1110010010100101100000101000001100111111100010001111101000111111 | e4a582833f88fa3f |
EUC-JP | 茹c?淫? | 1110100010100111101000111110001100111111101100001111110000111111 | e8a7a3e33fb0fc3f |
UTF-8 | 茹c끃淫쬌 | 111010001000110010111001111011111011110110000011111010111000000110000011111001101011011110101011111011001010110010001100 | e88cb9efbd83eb8183e6b7abecac8c |
UHC | 茹c끃淫쬌 | 11100110101010101010001111100011100001011011100111101011111000101010011101000010 | e6aaa3e385b9ebe2a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)