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 | ?X?? | 00111111010110000011111100111111 | 3f583f3f |
SJIS-WIN | 短X辰族 | 10010010010110100101100010010010010000111001000110110000 | 925a58924391b0 |
EUC-JP | 短X辰族 | 11000011101110110101100011000011101001001100001010110010 | c3bb58c3a4c2b2 |
UTF-8 | 短X辰族 | 11100111100111111010110101011000111010001011111010110000111001101001011110001111 | e79fad58e8beb0e6978f |
UHC | 短X辰族 | 11010011101011010101100011110010111000111111000011101001 | d3ad58f2e3f0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)