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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 淨?載?霽?Y | 10011111110001000011111110001101110110100011111111101000110001110011111101011001 | 9fc43f8dda3fe8c73f59 |
EUC-JP | 淨?載?霽?Y | 11011110110001100011111110111010110111000011111111110000110010010011111101011001 | dec63fbadc3ff0c93f59 |
UTF-8 | 淨렠載렕霽렢Y | 11100110101101111010100011101011101000001010000011101000101111001000100111101011101000001001010111101001100111001011110111101011101000001010001001011001 | e6b7a8eba0a0e8bc89eba095e99cbdeba0a259 |
UHC | 淨렠載렕霽렢Y | 11101111111001001000111010110001111011101011000010001110101010101111000010111000100011101011001101011001 | efe48eb1eeb08eaaf0b88eb359 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)