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 | 雅??熱 | 100010011110101100111111001111111001010001001101 | 89eb3f3f944d |
EUC-JP | 雅??熱 | 101100101110110100111111001111111100011110101110 | b2ed3f3fc7ae |
UTF-8 | 雅귣ㄶ熱 | 111010011001101110000101111010101011011110100011111000111000010010110110111001111000011010110001 | e99b85eab7a3e384b6e786b1 |
UHC | 雅귣ㄶ熱 | 1110010010111010100000101110101110100100101001101110011011110000 | e4ba82eba4a6e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)