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 | 銓倪伯 | 111001111111001010011000111000101001010010001100 | e7f298e2948c |
EUC-JP | 銓倪伯 | 111011101111010011010000111001001100011111101100 | eef4d0e4c7ec |
UTF-8 | 銓倪伯 | 111010011000101010010011111001011000000010101010111001001011110010101111 | e98a93e580aae4bcaf |
UHC | 銓倪伯 | 111011111011000011100111110100101101101111010111 | efb0e7d2dbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)