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 | 鉧七溿 | 111110111100101110001110101101011111101101001010 | fbcb8eb5fb4a |
EUC-JP | 鉧七溿 | 1000111111100011111010011011110010110111100011111100100010110001 | 8fe3e9bcb78fc8b1 |
UTF-8 | 鉧七溿 | 111010011000100110100111111001001011100010000011111001101011101010111111 | e989a7e4b883e6babf |
UHC | ?七? | 00111111111101101101001000111111 | 3ff6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)