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 | 葹イ謔泳 | 11100100110111111011001011100110100000101000100101101010 | e4dfb2e682896a |
EUC-JP | 葹イ謔泳 | 1110100011100001100011101011001011101011111000101011000111001011 | e8e18eb2ebe2b1cb |
UTF-8 | 葹イ謔泳 | 111010001001000110111001111011111011110110110010111010001010110010010100111001101011001110110011 | e891b9efbdb2e8ac94e6b3b3 |
UHC | ??謔泳 | 001111110011111111111001110011001110011110110110 | 3f3ff9cce7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)