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 | 鈞「譁ァ | 111001111110000010100010111001101001011010100111 | e7e0a2e696a7 |
EUC-JP | 鈞「譁ァ | 1110111011100010100011101010001011101011111101101000111010100111 | eee28ea2ebf68ea7 |
UTF-8 | 鈞「譁ァ | 111010011000100010011110111011111011110110100010111010001010110110000001111011111011110110100111 | e9889eefbda2e8ad81efbda7 |
UHC | 鈞?譁? | 110100001011011100111111111111001010011000111111 | d0b73ffca63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)