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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 釈疾h釈疾 | 100011101101111110001110101111100110100010001110110111111000111010111110 | 8edf8ebe688edf8ebe |
EUC-JP | 釈疾h釈疾 | 101111001110000110111100110000000110100010111100111000011011110011000000 | bce1bcc068bce1bcc0 |
UTF-8 | 釈疾h釈疾 | 11101001100001111000100011100111100101101011111001101000111010011000011110001000111001111001011010111110 | e98788e796be68e98788e796be |
UHC | ?疾h?疾 | 00111111111100101111000001101000001111111111001011110000 | 3ff2f0683ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)