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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 溿嫉\ | 1111101101001010100011101011100101011100 | fb4a8eb95c |
EUC-JP | 溿嫉\ | 100011111100100010110001101111001011101101011100 | 8fc8b1bcbb5c |
UTF-8 | 溿嫉\ | 11100110101110101011111111100101101010111000100101011100 | e6babfe5ab895c |
UHC | ?嫉\ | 00111111111100101110110001011100 | 3ff2ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)