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 | 畯??〃 | 111110110110111100111111001111111000000101010110 | fb6f3f3f8156 |
EUC-JP | 畯??〃 | 10001111110011011011101100111111001111111010000110110111 | 8fcdbb3f3fa1b7 |
UTF-8 | 畯얘렑〃 | 111001111001010110101111111011001001011010011000111010111010000010010001111000111000000010000011 | e795afec9698eba091e38083 |
UHC | 畯얘렑〃 | 1111000111100001101111101110101010001110101001101010000110101000 | f1e1beea8ea6a1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)