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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮑夥オ「 | 111010011011100010011010111011001011010110100010 | e9b89aecb5a2 |
EUC-JP | 鮑夥オ「 | 1111001010111010110101001110111010001110101101011000111010100010 | f2bad4ee8eb58ea2 |
UTF-8 | 鮑夥オ「 | 111010011010111010010001111001011010010010100101111011111011110110110101111011111011110110100010 | e9ae91e5a4a5efbdb5efbda2 |
UHC | 鮑??? | 1111100011101010001111110011111100111111 | f8ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)