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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?私? | 00111111100011101000010000111111 | 3f8e843f |
EUC-JP | 鋌私? | 100011111110010010111011101110111110010000111111 | 8fe4bbbbe43f |
UTF-8 | 鋌私렞 | 111010011000101110001100111001111010011110000001111010111010000010011110 | e98b8ce7a781eba09e |
UHC | 鋌私렞 | 111011111111101111011110111001111000111010101111 | effbdee78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)