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?? | 001111110110000000111111010001000011111100111111 | 3f603f443f3f |
SJIS-WIN | ?`?D?? | 001111110110000000111111010001000011111100111111 | 3f603f443f3f |
EUC-JP | ?`?D?? | 001111110110000000111111010001000011111100111111 | 3f603f443f3f |
UTF-8 | 혟`찾D혢혱 | 1110110110011000100111110110000011101100101100001011111001000100111011011001100010100010111011011001100010110001 | ed989f60ecb0be44ed98a2ed98b1 |
UHC | 혟`찾D혢혱 | 11000010100010010110000011000011101000110100010011000010100010111100001010011000 | c28960c3a344c28bc298 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)