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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ榲佚債シ | 1100001110011110110000111001100011000011100011011100001010111100 | c39ec398c38dc2bc |
EUC-JP | テ榲佚債シ | 10001110110000111101110011000101110100001100010110111010110001001000111010111100 | 8ec3dcc5d0c5bac48ebc |
UTF-8 | テ榲佚債シ | 111011111011111010000011111001101010011010110010111001001011110110011010111001011000001010110101111011111011110110111100 | efbe83e6a6b2e4bd9ae582b5efbdbc |
UHC | ??佚債? | 00111111001111111110110011101010111100111111000000111111 | 3f3feceaf3f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)