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 | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
SJIS-WIN | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
EUC-JP | ????_? | 001111110011111100111111001111110101111100111111 | 3f3f3f3f5f3f |
UTF-8 | 혦횂횄짖_혦 | 11101101100110001010011011101101100110101000001011101101100110101000010011101100101001111001011001011111111011011001100010100110 | ed98a6ed9a82ed9a84eca7965fed98a6 |
UHC | 혦횂횄짖_혦 | 1100001010001110110000111000001011000011100000111100001010100010010111111100001010001110 | c28ec382c383c2a25fc28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)