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 | »¸h» | 100011111011101110111000011010001000111110111011 | 8fbbb8688fbb |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | ??¸h?? | 0011111100111111100011111010001010110001011010000011111100111111 | 3f3f8fa2b1683f3f |
UTF-8 | »¸h» | 1100001010001111110000101011101111000010101110000110100011000010100011111100001010111011 | c28fc2bbc2b868c28fc2bb |
UHC | ??¸h?? | 00111111001111111010001010101100011010000011111100111111 | 3f3fa2ac683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)