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 | 狎??十 | 111000001011111000111111001111111000111101011100 | e0be3f3f8f5c |
EUC-JP | 狎??十 | 111000001100000000111111001111111011110110111101 | e0c03f3fbdbd |
UTF-8 | 狎릯뢏十 | 111001111000101110001110111010111010011010101111111010111010001010001111111001011000110110000001 | e78b8eeba6afeba28fe58d81 |
UHC | 狎릯뢏十 | 1110010011100100100100001000111110001111010010101110010010101000 | e4e4908f8f4ae4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)