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 | 厄β?裕 | 10010110111011111000001111000000001111111001011101010100 | 96ef83c03f9754 |
EUC-JP | 厄β?裕 | 11001100111100011010011011000010001111111100110110110101 | ccf1a6c23fcdb5 |
UTF-8 | 厄β돧裕 | 1110010110001110100001001100111010110010111010111000111110100111111010001010001110010101 | e58e84ceb2eb8fa7e8a395 |
UHC | 厄β돧裕 | 1110010011111000101001011110001010001001101010111110101110101110 | e4f8a5e289abebae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)