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 | ¸çÁÇ | 10111000111001111100000111000111 | b8e7c1c7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¸çÁÇ | 100011111010001010110001100011111010101110101110100011111010101010100001100011111010101010101110 | 8fa2b18fabae8faaa18faaae |
UTF-8 | ¸çÁÇ | 1100001010111000110000111010011111000011100000011100001110000111 | c2b8c3a7c381c387 |
UHC | ¸??? | 1010001010101100001111110011111100111111 | a2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)