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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 辰辰短L | 10010010010000111001001001000011100100100101101001001100 | 92439243925a4c |
EUC-JP | 辰辰短L | 11000011101001001100001110100100110000111011101101001100 | c3a4c3a4c3bb4c |
UTF-8 | 辰辰短L | 11101000101111101011000011101000101111101011000011100111100111111010110101001100 | e8beb0e8beb0e79fad4c |
UHC | 辰辰短L | 11110010111000111111001011100011110100111010110101001100 | f2e3f2e3d3ad4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)