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 | ?毛制ゎ | 00111111100101101101000110010000101001111000001011101100 | 3f96d190a782ec |
EUC-JP | ?毛制ゎ | 00111111110011001101001111000000101010011010010011101110 | 3fccd3c0a9a4ee |
UTF-8 | 뤲毛制ゎ | 111010111010010010110010111001101010111110011011111001011000100010110110111000111000001010001110 | eba4b2e6af9be588b6e3828e |
UHC | 뤲毛制ゎ | 1000111111100000110110011011111011110000101001001010101011101110 | 8fe0d9bef0a4aaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)