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 | 髻育イ | 1110100110011111100010001110011110110010 | e99f88e7b2 |
EUC-JP | 髻育イ | 111100101010000110110000111010011000111010110010 | f2a1b0e98eb2 |
UTF-8 | 髻育イ | 111010011010101110111011111010001000001010110010111011111011110110110010 | e9abbbe882b2efbdb2 |
UHC | ?育? | 00111111111010111100000000111111 | 3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)