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 | 晨??? | 1001110111101101001111110011111100111111 | 9ded3f3f3f |
EUC-JP | 晨??瘀 | 11011010111011110011111100111111100011111100110111100011 | daef3f3f8fcde3 |
UTF-8 | 晨깑뢓瘀 | 111001101001100110101000111010101011100110010001111010111010001010010011111001111001100010000000 | e699a8eab991eba293e79880 |
UHC | 晨깑뢓瘀 | 1110001111100111100000111000101110001111010011101110010111011100 | e3e7838b8f4ee5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)