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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疾汐隘シ | 10001110101111101000111010101100111010001010010110111100 | 8ebe8eace8a5bc |
EUC-JP | 疾汐隘シ | 1011110011000000101111001010111011110000101001111000111010111100 | bcc0bcaef0a78ebc |
UTF-8 | 疾汐隘シ | 111001111001011010111110111001101011000110010000111010011001101010011000111011111011110110111100 | e796bee6b190e99a98efbdbc |
UHC | 疾汐隘? | 11110010111100001110000010110001111001001111011000111111 | f2f0e0b1e4f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)