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 | ??X?? | 0011111100111111010110000011111100111111 | 3f3f583f3f |
SJIS-WIN | ??X?? | 0011111100111111010110000011111100111111 | 3f3f583f3f |
EUC-JP | ??X?? | 0011111100111111010110000011111100111111 | 3f3f583f3f |
UTF-8 | 횒횜X횚횢 | 11101101100110101001001011101101100110101001110001011000111011011001101010011010111011011001101010100010 | ed9a92ed9a9c58ed9a9aed9aa2 |
UHC | 횒횜X횚횢 | 110000111000110111000011100101100101100011000011100101001100001110011001 | c38dc39658c394c399 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)