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 | 豈倡セ | 1110011010101111100110001110011110111110 | e6af98e7be |
EUC-JP | 豈倡セ | 111011001011000111010000111010011000111010111110 | ecb1d0e98ebe |
UTF-8 | 豈倡セ | 111010001011000110001000111001011000000010100001111011111011110110111110 | e8b188e580a1efbdbe |
UHC | 豈倡? | 1101000111000010111100111101101100111111 | d1c2f3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)