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 | 鋧七妺七 | 1111101111001111100011101011010111111010101001011000111010110101 | fbcf8eb5faa58eb5 |
EUC-JP | 鋧七妺七 | 10001111111001001100101110111100101101111000111110111001101101111011110010110111 | 8fe4cbbcb78fb9b7bcb7 |
UTF-8 | 鋧七妺七 | 111010011000101110100111111001001011100010000011111001011010011010111010111001001011100010000011 | e98ba7e4b883e5a6bae4b883 |
UHC | ?七?七 | 001111111111011011010010001111111111011011010010 | 3ff6d23ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)