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 | ?行┥ | 0011111110001101011100111000010010111100 | 3f8d7384bc |
EUC-JP | ?行┥ | 0011111110111001110101001010100010111110 | 3fb9d4a8be |
UTF-8 | 뤿行┥ | 111010111010010010111111111010001010000110001100111000101001010010100101 | eba4bfe8a18ce294a5 |
UHC | 뤿行┥ | 100011111110101111111010101111001010011010111110 | 8febfabca6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)