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 | 遖主」 | 1110011110100110100011101110010110100011 | e7a68ee5a3 |
EUC-JP | 遖主」 | 111011101010100010111100111001111000111010100011 | eea8bce78ea3 |
UTF-8 | 遖主」 | 111010011000000110010110111001001011100010111011111011111011110110100011 | e98196e4b8bbefbda3 |
UHC | ?主? | 00111111111100011010101100111111 | 3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)