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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 達賊y | 1001001001000010100100011010111101111001 | 924291af79 |
EUC-JP | 達賊y | 1100001110100011110000101011000101111001 | c3a3c2b179 |
UTF-8 | 達賊y | 11101001100000011001010011101000101100111000101001111001 | e98194e8b38a79 |
UHC | 達賊y | 1101001110111001111011101110010001111001 | d3b9eee479 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)