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 | 歪私?? | 100110000110001110001110100001000011111100111111 | 98638e843f3f |
EUC-JP | 歪私?? | 110011111100010010111011111001000011111100111111 | cfc4bbe43f3f |
UTF-8 | 歪私렖괜 | 111001101010110110101010111001111010011110000001111010111010000010010110111010101011010010011100 | e6adaae7a781eba096eab49c |
UHC | 歪私렖괜 | 1110100011100000110111101110011110001110101010111011000110100110 | e8e0dee78eabb1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)