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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蓍榊┸^ | 11100100111001111000110111100101100001001011110101011110 | e4e78de584bd5e |
EUC-JP | 蓍榊┸^ | 11101000111010011011101011100111101010001011111101011110 | e8e9bae7a8bf5e |
UTF-8 | 蓍榊┸^ | 11101000100100111000110111100110101001101000101011100010100101001011100001011110 | e8938de6a68ae294b85e |
UHC | 蓍?┸^ | 111000111100100100111111101001101011111101011110 | e3c93fa6bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)