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 | シ、硼イ | 1011110010100100111000011110110110110010 | bca4e1edb2 |
EUC-JP | シ、硼イ | 1000111010111100100011101010010011100010111011111000111010110010 | 8ebc8ea4e2ef8eb2 |
UTF-8 | シ、硼イ | 111011111011110110111100111011111011110110100100111001111010000110111100111011111011110110110010 | efbdbcefbda4e7a1bcefbdb2 |
UHC | ??硼? | 0011111100111111110111011101110100111111 | 3f3fdddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)