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 | ??????WH | 0011111100111111001111110011111100111111001111110101011101001000 | 3f3f3f3f3f3f5748 |
SJIS-WIN | ??????WH | 0011111100111111001111110011111100111111001111110101011101001000 | 3f3f3f3f3f3f5748 |
EUC-JP | ??????WH | 0011111100111111001111110011111100111111001111110101011101001000 | 3f3f3f3f3f3f5748 |
UTF-8 | 횂혦횄혺횂혬WH | 1110110110011010100000101110110110011000101001101110110110011010100001001110110110011000101110101110110110011010100000101110110110011000101011000101011101001000 | ed9a82ed98a6ed9a84ed98baed9a82ed98ac5748 |
UHC | 횂혦횄혺횂혬WH | 1100001110000010110000101000111011000011100000111100001010011111110000111000001011000010100101000101011101001000 | c382c28ec383c29fc382c2945748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)