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 | 鬯倬ャ錬 | 11101001101011001001100011101001101011001001100001000010 | e9ac98e9ac9842 |
EUC-JP | 鬯倬ャ錬 | 1111001010101110110100001110101110001110101011001100111110100011 | f2aed0eb8eaccfa3 |
UTF-8 | 鬯倬ャ錬 | 111010011010110010101111111001011000000010101100111011111011110110101100111010011000110010101100 | e9acafe580acefbdace98cac |
UHC | ?倬?? | 0011111111110110111100000011111100111111 | 3ff6f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)