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 | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
UTF-8 | 첬횧혷징혩e | 11101100101100101010110011101101100110101010011111101101100110001011011111101100101001111001010111101101100110001010100101100101 | ecb2aced9aa7ed98b7eca795ed98a965 |
UHC | 첬횧혷징혩e | 1100001110111010110000111001111011000010100111101100001010100001110000101001000101100101 | c3bac39ec29ec2a1c29165 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)