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 | 瘋給4譫 | 1110000110000110100010111000101110000010010100111110011010011110 | e1868b8b8253e69e |
EUC-JP | 瘋給4譫 | 1110000111100110101101011110101110100011101101001110101111111110 | e1e6b5eba3b4ebfe |
UTF-8 | 瘋給4譫 | 111001111001100010001011111001111011010110100110111011111011110010010100111010001010110110101011 | e7988be7b5a6efbc94e8adab |
UHC | ?給4? | 001111111101000011100101101000111011010000111111 | 3fd0e5a3b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)