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 | ?A?AB | 0011111101000001001111110100000101000010 | 3f413f4142 |
SJIS-WIN | 但A但AB | 10010010010000010100000110010010010000010100000101000010 | 92414192414142 |
EUC-JP | 但A但AB | 11000011101000100100000111000011101000100100000101000010 | c3a241c3a24142 |
UTF-8 | 但A但AB | 111001001011110110000110010000011110010010111101100001100100000101000010 | e4bd8641e4bd864142 |
UHC | 但A但AB | 11010011101000110100000111010011101000110100000101000010 | d3a341d3a34142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)