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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陋ケ蜚ッ髯 | 1110100010011011101110011110010110010100101011111110100110011001 | e89bb9e594afe999 |
EUC-JP | 陋ケ蜚ッ髯 | 11101111111110111000111010111001111010011111010010001110101011111111000111111001 | effb8eb9e9f48eaff1f9 |
UTF-8 | 陋ケ蜚ッ髯 | 111010011001100110001011111011111011110110111001111010001001110010011010111011111011110110101111111010011010101110101111 | e9998befbdb9e89c9aefbdafe9abaf |
UHC | 陋?蜚?? | 11010111101100000011111111011110101001000011111100111111 | d7b03fdea43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)