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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??瑩?麝貧 | 001111110011111111100000111100000011111111101010011011001001010101101110 | 3f3fe0f03fea6c956e |
EUC-JP | ??瑩?麝貧 | 001111110011111111100000111100100011111111110011110011011100100111001111 | 3f3fe0f23ff3cdc9cf |
UTF-8 | 앉뤸瑩㎨麝貧 | 111011001001010110001001111010111010010010111000111001111001000110101001111000111000111010101000111010011011101010011101111010001011001010100111 | ec9589eba4b8e791a9e38ea8e9ba9de8b2a7 |
UHC | 앉뤸瑩㎨麝貧 | 101111101100100110001111111001101111101110101001101001111011111011011110111110101101111010111000 | bec98fe6fba9a7bedefadeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)