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 | 邊、雎ェ籬倩 | 11100111101100101010010011101000101100011010101011100010110111111001100011101000 | e7b2a4e8b1aae2df98e8 |
EUC-JP | 邊、雎ェ籬倩 | 111011101011010010001110101001001111000010110011100011101010101011100100111000011101000011101010 | eeb48ea4f0b38eaae4e1d0ea |
UTF-8 | 邊、雎ェ籬倩 | 111010011000001010001010111011111011110110100100111010011001101110001110111011111011110110101010111001111011000110101100111001011000000010101001 | e9828aefbda4e99b8eefbdaae7b1ace580a9 |
UHC | 邊?雎?籬? | 110111001010101100111111111011101101000100111111110101111110011000111111 | dcab3feed13fd7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)