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 | 飮??飮?Р^ | 10011111010110100011111100111111100111110101101000111111100001000101000101011110 | 9f5a3f3f9f5a3f84515e |
EUC-JP | 飮??飮?Р^ | 11011101101110110011111100111111110111011011101100111111101001111011001001011110 | ddbb3f3fddbb3fa7b25e |
UTF-8 | 飮롧뮰飮롫Р^ | 111010011010001110101110111010111010000110100111111010111010111010110000111010011010001110101110111010111010000110101011110100001010000001011110 | e9a3aeeba1a7ebaeb0e9a3aeeba1abd0a05e |
UHC | 飮롧뮰飮롫Р^ | 11101011111001101000111011100111100100101011100111101011111001101000111011101011101011001011001001011110 | ebe68ee792b9ebe68eebacb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)