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 | 除?蕪宰 | 10001111100111000011111110010101100100111000110111001001 | 8f9c3f95938dc9 |
EUC-JP | 除?蕪宰 | 10111101111111000011111111001001111100111011101011001011 | bdfc3fc9f3bacb |
UTF-8 | 除얕蕪宰 | 111010011001100110100100111011001001011010010101111010001001010110101010111001011010111010110000 | e999a4ec9695e895aae5aeb0 |
UHC | 除얕蕪宰 | 1111000010110110101111101110100011011001111100111110111010100101 | f0b6bee8d9f3eea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)