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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 皓經卍俎 | 1110000110101001111000110101001110011001110000101001100011010111 | e1a9e35399c298d7 |
EUC-JP | 皓經卍俎 | 1110001010101011111001011011010011010010110001001101000011011001 | e2abe5b4d2c4d0d9 |
UTF-8 | 皓經卍俎 | 111001111001101010010011111001111011011010010011111001011000110110001101111001001011111110001110 | e79a93e7b693e58d8de4bf8e |
UHC | 皓經卍俎 | 1111101111010011110011001110100011011000101100111111000010111011 | fbd3cce8d8b3f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)