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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 垓?}垓?{^ | 100110101011010000111111011111011001101010110100001111110111101101011110 | 9ab43f7d9ab43f7b5e |
EUC-JP | 垓?}垓?{^ | 110101001011011000111111011111011101010010110110001111110111101101011110 | d4b63f7dd4b63f7b5e |
UTF-8 | 垓렋}垓렋{^ | 111001011001111010010011111010111010000010001011011111011110010110011110100100111110101110100000100010110111101101011110 | e59e93eba08b7de59e93eba08b7b5e |
UHC | 垓렋}垓렋{^ | 1111101010100111100011101010001001111101111110101010011110001110101000100111101101011110 | faa78ea27dfaa78ea27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)