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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 垓?[垓?[^ | 100110101011010000111111010110111001101010110100001111110101101101011110 | 9ab43f5b9ab43f5b5e |
EUC-JP | 垓?[垓?[^ | 110101001011011000111111010110111101010010110110001111110101101101011110 | d4b63f5bd4b63f5b5e |
UTF-8 | 垓렡[垓렡[^ | 111001011001111010010011111010111010000010100001010110111110010110011110100100111110101110100000101000010101101101011110 | e59e93eba0a15be59e93eba0a15b5e |
UHC | 垓렡[垓렡[^ | 1111101010100111100011101011001001011011111110101010011110001110101100100101101101011110 | faa78eb25bfaa78eb25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)