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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜒企・ | 1110010110000011100010101110100110100101 | e5838ae9a5 |
EUC-JP | 蜒企・ | 111010011110001110110100111010111000111010100101 | e9e3b4eb8ea5 |
UTF-8 | 蜒企・ | 111010001001110010010010111001001011110010000001111011111011110110100101 | e89c92e4bc81efbda5 |
UHC | ?企? | 00111111110100001110101000111111 | 3fd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)