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 | 闌也攸 | 111010001000110010010110111001111001110110111111 | e88c96e79dbf |
EUC-JP | 闌也攸 | 111011111110110011001100111010011101101011000001 | efeccce9dac1 |
UTF-8 | 闌也攸 | 111010011001011110001100111001001011100110011111111001101001010010111000 | e9978ce4b99fe694b8 |
UHC | ?也攸 | 0011111111100101101001011110101011110010 | 3fe5a5eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)