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 | 篳釮リョ | 111000101100100011111011101111101101100010101110 | e2c8fbbed8ae |
EUC-JP | 篳釮リョ | 111001001100101010001111111000111011000010001110110110001000111010101110 | e4ca8fe3b08ed88eae |
UTF-8 | 篳釮リョ | 111001111010111110110011111010011000011110101110111011111011111010011000111011111011110110101110 | e7afb3e987aeefbe98efbdae |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)