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 | 蒔煜疾 | 1111001010110110100011101010101011111011010101011000111010111110 | f2b68eaafb558ebe |
EUC-JP | ?蒔煜疾 | 0011111110111100101011001000111111001001111111001011110011000000 | 3fbcac8fc9fcbcc0 |
UTF-8 | 蒔煜疾 | 111011101000011110101101111010001001001010010100111001111000010110011100111001111001011010111110 | ee87ade89294e7859ce796be |
UHC | ?蒔煜疾 | 00111111111000111100100011101001111100101111001011110000 | 3fe3c8e9f2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)