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 | 亨ã | 1110010010111010101010001110001110000010 | e4baa8e382 |
SJIS-WIN | ??¨?? | 001111110011111110000001010011100011111100111111 | 3f3f814e3f3f |
EUC-JP | 亨ã? | 100011111010101110100011100011111010001011101011101000011010111110001111101010111010101000111111 | 8faba38fa2eba1af8fabaa3f |
UTF-8 | 亨ã | 11000011101001001100001010111010110000101010100011000011101000111100001010000010 | c3a4c2bac2a8c3a3c282 |
UHC | ?º¨?? | 00111111101010001010110010100001101001110011111100111111 | 3fa8aca1a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)