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 | 隹キ雍郁ウ蛙 | 11101000101100001011011111101000101101001000100011101000101100111000101001011110 | e8b0b7e8b488e8b38a5e |
EUC-JP | 隹キ雍郁ウ蛙 | 111100001011001010001110101101111111000010110110101100001110101010001110101100111011001110111111 | f0b28eb7f0b6b0ea8eb3b3bf |
UTF-8 | 隹キ雍郁ウ蛙 | 111010011001101010111001111011111011110110110111111010011001101110001101111010011000001110000001111011111011110110110011111010001001101110011001 | e99ab9efbdb7e99b8de98381efbdb3e89b99 |
UHC | ??雍郁?蛙 | 001111110011111111101000101111001110100111110100001111111110100011000011 | 3f3fe8bce9f43fe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)