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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 釭ホェ\ | 11111011101111011100111011110000101001001010101001011100 | fbbdcef0a4aa5c |
EUC-JP | 釭ホ?ェ\ | 100011111110001110101111100011101100111000111111100011101010101001011100 | 8fe3af8ece3f8eaa5c |
UTF-8 | 釭ホェ\ | 11101001100001111010110111101111101111101000111011101110100000011010001111101111101111011010101001011100 | e987adefbe8eee81a3efbdaa5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)