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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 垓?U}垓?U{^ | 1001101010110100001111110101010101111101100110101011010000111111010101010111101101011110 | 9ab43f557d9ab43f557b5e |
EUC-JP | 垓?U}垓?U{^ | 1101010010110110001111110101010101111101110101001011011000111111010101010111101101011110 | d4b63f557dd4b63f557b5e |
UTF-8 | 垓렡U}垓렡U{^ | 1110010110011110100100111110101110100000101000010101010101111101111001011001111010010011111010111010000010100001010101010111101101011110 | e59e93eba0a1557de59e93eba0a1557b5e |
UHC | 垓렡U}垓렡U{^ | 11111010101001111000111010110010010101010111110111111010101001111000111010110010010101010111101101011110 | faa78eb2557dfaa78eb2557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)