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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 実錂釈実舎 | 10001110110000001111101111011110100011101101111110001110110000001000111011001001 | 8ec0fbde8edf8ec08ec9 |
EUC-JP | 実錂釈実舎 | 1011110011000010100011111110010011010100101111001110000110111100110000101011110011001011 | bcc28fe4d4bce1bcc2bccb |
UTF-8 | 実錂釈実舎 | 111001011010111010011111111010011000110010000010111010011000011110001000111001011010111010011111111010001000100010001110 | e5ae9fe98c82e98788e5ae9fe8888e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)