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 | 菴吩ス傳 | 11100100101111011001100111100100101111011001100101000010 | e4bd99e4bd9942 |
EUC-JP | 菴吩ス傳 | 1110100010111111110100101110011010001110101111011101000110100011 | e8bfd2e68ebdd1a3 |
UTF-8 | 菴吩ス傳 | 111010001000111110110100111001011001000010101001111011111011110110111101111001011000001010110011 | e88fb4e590a9efbdbde582b3 |
UHC | 菴吩?傳 | 11100100111000001101110111000011001111111110111011101110 | e4e0ddc33feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)