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 | テ妥仰」 | 110000111001000111000011100010111100001010100011 | c391c38bc2a3 |
EUC-JP | テ妥仰」 | 1000111011000011110000101100010110110110110001001000111010100011 | 8ec3c2c5b6c48ea3 |
UTF-8 | テ妥仰」 | 111011111011111010000011111001011010011010100101111001001011101110110000111011111011110110100011 | efbe83e5a6a5e4bbb0efbda3 |
UHC | ?妥仰? | 001111111111011011100110111001001110011000111111 | 3ff6e6e4e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)