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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???紫 | 0011111100111111001111111000111010000111 | 3f3f3f8e87 |
EUC-JP | ???紫 | 0011111100111111001111111011101111100111 | 3f3f3fbbe7 |
UTF-8 | 뤧생뤳紫 | 111010111010010010100111111011001000001110011101111010111010010010110011111001111011010010101011 | eba4a7ec839deba4b3e7b4ab |
UHC | 뤧생뤳紫 | 1000111111010101101110111111110110001111111000011110110110111001 | 8fd5bbfd8fe1edb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)