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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 靄??\ | 1110100011001001001111110011111101011100 | e8c93f3f5c |
EUC-JP | 靄??\ | 1111000011001011001111110011111101011100 | f0cb3f3f5c |
UTF-8 | 靄롧땜\ | 11101001100111011000010011101011101000011010011111101011100101011001110001011100 | e99d84eba1a7eb959c5c |
UHC | 靄롧땜\ | 11100100111101111000111011100111101101101010101101011100 | e4f78ee7b6ab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)