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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖???ら. | 100111011000101000111111001111110011111110000010111001111000000101000100 | 9d8a3f3f3f82e78144 |
EUC-JP | 搖???ら. | 110110011110101000111111001111110011111110100100111010011010000110100101 | d9ea3f3f3fa4e9a1a5 |
UTF-8 | 搖깅ㅏ隣ら. | 111001101001000010010110111010101011100110000101111000111000010110001111111011111010011110110001111000111000001010001001111011111011110010001110 | e69096eab985e3858fefa7b1e38289efbc8e |
UHC | 搖깅ㅏ隣ら. | 111010001111010010110001111010111010010010111111111011001110010010101010111010011010001110101110 | e8f4b1eba4bfece4aae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)