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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茘揖篌 | 111001001010101110010111010010111110001010111010 | e4ab974be2ba |
EUC-JP | 茘揖篌 | 111010001010110111001101101011001110010010111100 | e8adcdace4bc |
UTF-8 | 茘揖篌 | 111010001000110010011000111001101000111110010110111001111010111110001100 | e88c98e68f96e7af8c |
UHC | ?揖? | 00111111111010111110011100111111 | 3febe73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)