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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 園?園?^ | 10001001100000000011111110001001100000000011111101011110 | 89803f89803f5e |
EUC-JP | 園?園?^ | 10110001111000000011111110110001111000000011111101011110 | b1e03fb1e03f5e |
UTF-8 | 園뒷園뒬^ | 11100101100111001001001011101011100100101011011111100101100111001001001011101011100100101010110001011110 | e59c92eb92b7e59c92eb92ac5e |
UHC | 園뒷園뒬^ | 111010101010111010110101110111101110101010101110101101011101110001011110 | eaaeb5deeaaeb5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)