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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昊?缸 | 1001110111011101001111111110001110011101 | 9ddd3fe39d |
EUC-JP | 昊?缸 | 1101101011011111001111111110010111111101 | dadf3fe5fd |
UTF-8 | 昊렕缸 | 111001101001100010001010111010111010000010010101111001111011110010111000 | e6988aeba095e7bcb8 |
UHC | 昊렕缸 | 111110111100010010001110101010101111100111111100 | fbc48eaaf9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)