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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ラ靈イラ靈イB | 110101111110100011001011101100101101011111101000110010111011001001000010 | d7e8cbb2d7e8cbb242 |
EUC-JP | ラ靈イラ靈イB | 10001110110101111111000011001101100011101011001010001110110101111111000011001101100011101011001001000010 | 8ed7f0cd8eb28ed7f0cd8eb242 |
UTF-8 | ラ靈イラ靈イB | 11101111101111101001011111101001100111011000100011101111101111011011001011101111101111101001011111101001100111011000100011101111101111011011001001000010 | efbe97e99d88efbdb2efbe97e99d88efbdb242 |
UHC | ?靈??靈?B | 001111111101011011000100001111110011111111010110110001000011111101000010 | 3fd6c43f3fd6c43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)