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?? | 0011111100111111011001010011111100111111 | 3f3f653f3f |
SJIS-WIN | ??e?? | 0011111100111111011001010011111100111111 | 3f3f653f3f |
EUC-JP | ??e?? | 0011111100111111011001010011111100111111 | 3f3f653f3f |
UTF-8 | 횄징e횆혧 | 11101101100110101000010011101100101001111001010101100101111011011001101010000110111011011001100010100111 | ed9a84eca79565ed9a86ed98a7 |
UHC | 횄징e횆혧 | 110000111000001111000010101000010110010111000011100001001100001010001111 | c383c2a165c384c28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)