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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
EUC-JP | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
UTF-8 | 청횋혦짧청W | 11101100101100101010110111101101100110101000101111101101100110001010011011101100101001111010011111101100101100101010110101010111 | ecb2aded9a8bed98a6eca7a7ecb2ad57 |
UHC | 청횋혦짧청W | 1100001110111011110000111000100111000010100011101100001010101010110000111011101101010111 | c3bbc389c28ec2aac3bb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)