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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莨医圭繼 | 1110010010111100100010001110001110001100010111001110001110001011 | e4bc88e38c5ce38b |
EUC-JP | 莨医圭繼 | 1110100010111110101100001110010110110111101111011110010111101011 | e8beb0e5b7bde5eb |
UTF-8 | 莨医圭繼 | 111010001000111010101000111001011000110010111011111001011001110010101101111001111011100110111100 | e88ea8e58cbbe59cade7b9bc |
UHC | ??圭繼 | 001111110011111111010000101001001100110110101001 | 3f3fd0a4cda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)