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 | 皓箜卍俎 | 1110000110101001111000101011000110011001110000101001100011010111 | e1a9e2b199c298d7 |
EUC-JP | 皓箜卍俎 | 1110001010101011111001001011001111010010110001001101000011011001 | e2abe4b3d2c4d0d9 |
UTF-8 | 皓箜卍俎 | 111001111001101010010011111001111010111010011100111001011000110110001101111001001011111110001110 | e79a93e7ae9ce58d8de4bf8e |
UHC | 皓?卍俎 | 11111011110100110011111111011000101100111111000010111011 | fbd33fd8b3f0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)