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 | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | ィ、Lhィ、L | 1010100011110110101000011010010001001100011010001010100011110110101000011010010001001100 | a8f6a1a44c68a8f6a1a44c |
EUC-JP | ィ?、Lhィ?、L | 10001110101010000011111110001110101001000100110001101000100011101010100000111111100011101010010001001100 | 8ea83f8ea44c688ea83f8ea44c |
UTF-8 | ィ、Lhィ、L | 111011111011110110101000111011101001001110001000111011111011110110100100010011000110100011101111101111011010100011101110100100111000100011101111101111011010010001001100 | efbda8ee9388efbda44c68efbda8ee9388efbda44c |
UHC | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)