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 | 咀私? | 1001100111110000100011101000010000111111 | 99f08e843f |
EUC-JP | 咀私? | 1101001011110010101110111110010000111111 | d2f2bbe43f |
UTF-8 | 咀私륏 | 111001011001001010000000111001111010011110000001111010111010010110001111 | e59280e7a781eba58f |
UHC | 咀私륏 | 111011101011101011011110111001111011011111110111 | eebadee7b7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)