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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋧七煆 | 111110111100111110001110101101011111101101010110 | fbcf8eb5fb56 |
EUC-JP | 鋧七煆 | 1000111111100100110010111011110010110111100011111100100111110100 | 8fe4cbbcb78fc9f4 |
UTF-8 | 鋧七煆 | 111010011000101110100111111001001011100010000011111001111000010110000110 | e98ba7e4b883e78586 |
UHC | ?七? | 00111111111101101101001000111111 | 3ff6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)