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 | 踟懃劼鍄 | 1110011011110111100111001110011110011001101000101110011111111011 | e6f79ce799a2e7fb |
EUC-JP | 踟懃劼鍄 | 1110110011111001110110001110100111010010101001001110111011111101 | ecf9d8e9d2a4eefd |
UTF-8 | 踟懃劼鍄 | 111010001011100010011111111001101000011110000011111001011000101010111100111010011000110110000100 | e8b89fe68783e58abce98d84 |
UHC | ?懃?? | 0011111111010000110001000011111100111111 | 3fd0c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)