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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慫???? | 100111001100111100111111001111110011111100111111 | 9ccf3f3f3f3f |
EUC-JP | 慫?釪?? | 1101100011010001001111111000111111100011101011010011111100111111 | d8d13f8fe3ad3f3f |
UTF-8 | 慫렱釪닺렮 | 111001101000010110101011111010111010000010110001111010011000011110101010111010111000101110111010111010111010000010101110 | e685abeba0b1e987aaeb8bbaeba0ae |
UHC | 慫렱釪닺렮 | 11110000111101101000111010111110111010011110100110110100111010001000111010111011 | f0f68ebee9e9b4e88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)