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 | 冶??魏 | 100101101110100000111111001111111110100110110000 | 96e83f3fe9b0 |
EUC-JP | 冶??魏 | 110011001110101000111111001111111111001010110010 | ccea3f3ff2b2 |
UTF-8 | 冶싢넃魏 | 111001011000011010110110111011001000101110100010111010111000010010000011111010011010110110001111 | e586b6ec8ba2eb8483e9ad8f |
UHC | 冶싢넃魏 | 1110010110100111100110101110001010000110100100111110101011100000 | e5a79ae28693eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)