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 | 鶴汐釥 | 111111000100100110001110101011001111101111000000 | fc498eacfbc0 |
EUC-JP | ?汐釥 | 001111111011110010101110100011111110001110101011 | 3fbcae8fe3ab |
UTF-8 | 鶴汐釥 | 111011111010100010101101111001101011000110010000111010011000011110100101 | efa8ade6b190e987a5 |
UHC | ?汐? | 00111111111000001011000100111111 | 3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)