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 | 約??裔? | 10010110111100010011111100111111111001011110000100111111 | 96f13f3fe5e13f |
EUC-JP | 約??裔? | 11001100111100110011111100111111111010101110001100111111 | ccf33f3feae33f |
UTF-8 | 約좎쇅裔딟 | 111001111011010010000100111011001010001010001110111011001000011110000101111010001010001110010100111010111001010010011111 | e7b484eca28eec8785e8a394eb949f |
UHC | 約좎쇅裔딟 | 11100101101100111010000011101100100110011011100011100111111000001000101101000010 | e5b3a0ec99b8e7e08b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)