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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 操??? | 1001000110000000001111110011111100111111 | 91803f3f3f |
EUC-JP | 操??雩 | 11000001111000000011111100111111100011111110011011111010 | c1e03f3f8fe6fa |
UTF-8 | 操렺뤷雩 | 111001101001001110001101111010111010000010111010111010111010010010110111111010011001101110101001 | e6938deba0baeba4b7e99ba9 |
UHC | 操렺뤷雩 | 1111000011000011100011101100001010001111111001011110100111101100 | f0c38ec28fe5e9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)