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 | ?????dB | 00111111001111110011111100111111001111110110010001000010 | 3f3f3f3f3f6442 |
SJIS-WIN | 嶸溏亳嶸ーdB | 1111101010110100100111111110110110011000101101101111101010110100101100000110010001000010 | fab49fed98b6fab4b06442 |
EUC-JP | 嶸溏亳嶸ーdB | 1000111110111011111101001101111011101111110100001011100010001111101110111111010010001110101100000110010001000010 | 8fbbf4deefd0b88fbbf48eb06442 |
UTF-8 | 嶸溏亳嶸ーdB | 1110010110110110101110001110011010111010100011111110010010111010101100111110010110110110101110001110111110111101101100000110010001000010 | e5b6b8e6ba8fe4bab3e5b6b8efbdb06442 |
UHC | 嶸??嶸?dB | 111001111010111000111111001111111110011110101110001111110110010001000010 | e7ae3f3fe7ae3f6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)