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 | 淲伜ョ幸 | 11111011010001001001100011100101101011101000110101001011 | fb4498e5ae8d4b |
EUC-JP | ?伜ョ幸 | 00111111110100001110011110001110101011101011100110101100 | 3fd0e78eaeb9ac |
UTF-8 | 淲伜ョ幸 | 111001101011011110110010111001001011110010011100111011111011110110101110111001011011100110111000 | e6b7b2e4bc9cefbdaee5b9b8 |
UHC | ???幸 | 0011111100111111001111111111101010111001 | 3f3f3ffab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)