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 | 肭豪┸譌 | 1110001111101011100011011000101110000100101111011110011010010111 | e3eb8d8b84bde697 |
EUC-JP | 肭豪┸譌 | 1110011011101101101110011110101110101000101111111110101111110111 | e6edb9eba8bfebf7 |
UTF-8 | 肭豪┸譌 | 111010001000001010101101111010001011000110101010111000101001010010111000111010001010110110001100 | e882ade8b1aae294b8e8ad8c |
UHC | ?豪┸? | 001111111111101111011111101001101011111100111111 | 3ffbdfa6bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)