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 | 礁ウ七疾 | 10001111110010101011001110001110101101011000111010111110 | 8fcab38eb58ebe |
EUC-JP | 礁ウ七疾 | 1011111011001100100011101011001110111100101101111011110011000000 | becc8eb3bcb7bcc0 |
UTF-8 | 礁ウ七疾 | 111001111010010010000001111011111011110110110011111001001011100010000011111001111001011010111110 | e7a481efbdb3e4b883e796be |
UHC | 礁?七疾 | 11110101101001110011111111110110110100101111001011110000 | f5a73ff6d2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)