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 | 髣雁コ包スオ | 111010011001011110001010111001011011101010010101111011111011110110110101 | e9978ae5ba95efbdb5 |
EUC-JP | 髣雁コ包スオ | 111100011111011110110100111001111000111010111010110010101111000110001110101111011000111010110101 | f1f7b4e78ebacaf18ebd8eb5 |
UTF-8 | 髣雁コ包スオ | 111010011010101110100011111010011001101110000001111011111011110110111010111001011000110010000101111011111011110110111101111011111011110110110101 | e9aba3e99b81efbdbae58c85efbdbdefbdb5 |
UHC | ?雁?包?? | 0011111111100100110100100011111111111000110100000011111100111111 | 3fe4d23ff8d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)