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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
EUC-JP | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
UTF-8 | 횄쨉횄쨩d | 11101101100110101000010011101100101010001000100111101101100110101000010011101100101010001010100101100100 | ed9a84eca889ed9a84eca8a964 |
UHC | 횄쨉횄쨩d | 110000111000001111000010101101011100001110000011110000101011101101100100 | c383c2b5c383c2bb64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)