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 | 疾汐隘シ疉 | 100011101011111010001110101011001110100010100101101111001110000101101000 | 8ebe8eace8a5bce168 |
EUC-JP | 疾汐隘シ疉 | 10111100110000001011110010101110111100001010011110001110101111001110000111001001 | bcc0bcaef0a78ebce1c9 |
UTF-8 | 疾汐隘シ疉 | 111001111001011010111110111001101011000110010000111010011001101010011000111011111011110110111100111001111001011010001001 | e796bee6b190e99a98efbdbce79689 |
UHC | 疾汐隘?? | 1111001011110000111000001011000111100100111101100011111100111111 | f2f0e0b1e4f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)