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 | ??暖莖? | 00111111001111111001001001100111111001001011000100111111 | 3f3f9267e4b13f |
EUC-JP | ??暖莖? | 00111111001111111100001111001000111010001011001100111111 | 3f3fc3c8e8b33f |
UTF-8 | 롎뤒暖莖즼 | 111010111010000110001110111010111010010010010010111001101001101010010110111010001000111010010110111011001010011010111100 | eba18eeba492e69a96e88e96eca6bc |
UHC | 롎뤒暖莖즼 | 10001110110101001000111111000010110100011110110011001100111011001010001110001110 | 8ed48fc2d1eccceca38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)