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 | 轤狩鞄^ | 11100111100000101000111011101011100010101001001101011110 | e7828eeb8a935e |
EUC-JP | 轤狩鞄^ | 11101101111000101011110011101101101100111111001101011110 | ede2bcedb3f35e |
UTF-8 | 轤狩鞄^ | 11101000101111011010010011100111100010111010100111101001100111101000010001011110 | e8bda4e78ba9e99e845e |
UHC | ?狩?^ | 0011111111100010101011010011111101011110 | 3fe2ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)