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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 氈??] | 1001111110000001001111110011111101011101 | 9f813f3f5d |
EUC-JP | 氈??] | 1101110111100001001111110011111101011101 | dde13f3f5d |
UTF-8 | 氈면많] | 11100110101100001000100011101011101010011011010011101011101001111000111001011101 | e6b088eba9b4eba78e5d |
UHC | 氈면많] | 11101110111111011011100011101001101110001011100101011101 | eefdb8e9b8b95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)