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 | ????ュ、 | 0011111100111111001111110011111110000011100001011000000101000001 | 3f3f3f3f83858141 |
EUC-JP | ????ュ、 | 0011111100111111001111110011111110100101111001011010000110100010 | 3f3f3f3fa5e5a1a2 |
UTF-8 | 蓮우뭾鱗ュ、 | 111011111010011010011001111011001001101010110000111010111010110110111110111011111010011110110010111000111000001110100101111000111000000010000001 | efa699ec9ab0ebadbeefa7b2e383a5e38081 |
UHC | 蓮우뭾鱗ュ、 | 111001101110010110111111111011001001001010001101111011001110011110101011111001011010000110100010 | e6e5bfec928dece7abe5a1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)