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 | 洩蘚\ | 1000100101101011111001010110010001011100 | 896be5645c |
EUC-JP | 洩蘚\ | 1011000111001100111010011100010101011100 | b1cce9c55c |
UTF-8 | 洩蘚\ | 11100110101101001010100111101000100110001001101001011100 | e6b4a9e8989a5c |
UHC | 洩蘚\ | 1110000011011101111000001101000001011100 | e0dde0d05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)