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 | 昔?昔沒 | 10010000110011000011111110010000110011001001111110010011 | 90cc3f90cc9f93 |
EUC-JP | 昔饍昔沒 | 110000001100111010001111111010001110110111000000110011101101110111110011 | c0ce8fe8edc0ceddf3 |
UTF-8 | 昔饍昔沒 | 111001101001100010010100111010011010010110001101111001101001100010010100111001101011001010010010 | e69894e9a58de69894e6b292 |
UHC | 昔饍昔沒 | 1110000010101110111000001101011111100000101011101101100111010010 | e0aee0d7e0aed9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)