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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莵邪糒 | 111001001011011110001110110101111110001011110011 | e4b78ed7e2f3 |
EUC-JP | 莵邪糒 | 111010001011100110111100110110011110010011110101 | e8b9bcd9e4f5 |
UTF-8 | 莵邪糒 | 111010001000111010110101111010011000001010101010111001111011001110010010 | e88eb5e982aae7b392 |
UHC | ?邪? | 00111111110111101111011100111111 | 3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)