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 | テ榲暗敕 | 11000011100111101100001110001000110000111001110111000011 | c39ec388c39dc3 |
EUC-JP | テ榲暗敕 | 1000111011000011110111001100010110110000110001011101101011000101 | 8ec3dcc5b0c5dac5 |
UTF-8 | テ榲暗敕 | 111011111011111010000011111001101010011010110010111001101001101010010111111001101001010110010101 | efbe83e6a6b2e69a97e69595 |
UHC | ??暗? | 0011111100111111111001001101111000111111 | 3f3fe4de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)