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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?捐? | 00111111100111010110111100111111 | 3f9d6f3f |
EUC-JP | ?捐? | 00111111110110011101000000111111 | 3fd9d03f |
UTF-8 | 댳捐붏 | 111010111000110010110011111001101000110110010000111010111011011010001111 | eb8cb3e68d90ebb68f |
UHC | 댳捐붏 | 100010001101011011100110110010001001010011000110 | 88d6e6c894c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)