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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 淨?載?霽?P | 10011111110001000011111110001101110110100011111111101000110001110011111101010000 | 9fc43f8dda3fe8c73f50 |
EUC-JP | 淨?載?霽?P | 11011110110001100011111110111010110111000011111111110000110010010011111101010000 | dec63fbadc3ff0c93f50 |
UTF-8 | 淨렠載렕霽렢P | 11100110101101111010100011101011101000001010000011101000101111001000100111101011101000001001010111101001100111001011110111101011101000001010001001010000 | e6b7a8eba0a0e8bc89eba095e99cbdeba0a250 |
UHC | 淨렠載렕霽렢P | 11101111111001001000111010110001111011101011000010001110101010101111000010111000100011101011001101010000 | efe48eb1eeb08eaaf0b88eb350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)