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 | 輿??? | 1001011101100000001111110011111100111111 | 97603f3f3f |
EUC-JP | 輿??? | 1100110111000001001111110011111100111111 | cdc13f3f3f |
UTF-8 | 輿살뇯杻 | 111010001011110010111111111011001000001010110100111010111000011110101111111011111010011110001000 | e8bcbfec82b4eb87afefa788 |
UHC | 輿살뇯杻 | 1110011010101011101110111110110010000111100101001110101011110100 | e6abbbec8794eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)