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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 疾゚諶オB | 10001110101111101101111111111011101010101011010101000010 | 8ebedffbaab542 |
EUC-JP | 疾゚諶オB | 10111100110000001000111011011111100011111101111010110101100011101011010101000010 | bcc08edf8fdeb58eb542 |
UTF-8 | 疾゚諶オB | 11100111100101101011111011101111101111101001111111101000101010111011011011101111101111011011010101000010 | e796beefbe9fe8abb6efbdb542 |
UHC | 疾?諶?B | 11110010111100000011111111100100101001100011111101000010 | f2f03fe4a63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)