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 | 001111110011111101111101001111110011111101011000 | 3f3f7d3f3f58 |
SJIS-WIN | ??}??X | 001111110011111101111101001111110011111101011000 | 3f3f7d3f3f58 |
EUC-JP | ??}??X | 001111110011111101111101001111110011111101011000 | 3f3f7d3f3f58 |
UTF-8 | 횂혧}횂혨X | 1110110110011010100000101110110110011000101001110111110111101101100110101000001011101101100110001010100001011000 | ed9a82ed98a77ded9a82ed98a858 |
UHC | 횂혧}횂혨X | 11000011100000101100001010001111011111011100001110000010110000101001000001011000 | c382c28f7dc382c29058 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)