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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 垓??垓??^ | 100110101011010000111111001111111001101010110100001111110011111101011110 | 9ab43f3f9ab43f3f5e |
EUC-JP | 垓??垓??^ | 110101001011011000111111001111111101010010110110001111110011111101011110 | d4b63f3fd4b63f3f5e |
UTF-8 | 垓붿뎵垓붿뎵^ | 11100101100111101001001111101011101101101011111111101011100011101011010111100101100111101001001111101011101101101011111111101011100011101011010101011110 | e59e93ebb6bfeb8eb5e59e93ebb6bfeb8eb55e |
UHC | 垓붿뎵垓붿뎵^ | 11111010101001111001010011101100100010011000100011111010101001111001010011101100100010011000100001011110 | faa794ec8988faa794ec89885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)