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 | 髻懈腸 | 111010011001111110011100111001101001001010110000 | e99f9ce692b0 |
EUC-JP | 髻懈腸 | 111100101010000111011000111010001100010010110010 | f2a1d8e8c4b2 |
UTF-8 | 髻懈腸 | 111010011010101110111011111001101000011110001000111010001000010110111000 | e9abbbe68788e885b8 |
UHC | ?懈腸 | 0011111111111010101010111110110111110011 | 3ffaabedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)