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 | 鋧七湜七 | 1111101111001111100011101011010111111011010001111000111010110101 | fbcf8eb5fb478eb5 |
EUC-JP | 鋧七湜七 | 10001111111001001100101110111100101101111000111111000111111111001011110010110111 | 8fe4cbbcb78fc7fcbcb7 |
UTF-8 | 鋧七湜七 | 111010011000101110100111111001001011100010000011111001101011100110011100111001001011100010000011 | e98ba7e4b883e6b99ce4b883 |
UHC | ?七湜七 | 00111111111101101101001011100011110101111111011011010010 | 3ff6d2e3d7f6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)