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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 卒竪Y | 1001000110110010100100100100011101011001 | 91b2924759 |
EUC-JP | 卒竪Y | 1100001010110100110000111010100001011001 | c2b4c3a859 |
UTF-8 | 卒竪Y | 11100101100011011001001011100111101010111010101001011001 | e58d92e7abaa59 |
UHC | 卒竪Y | 1111000011101111111000101011010101011001 | f0efe2b559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)