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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 荼篏荼篏^ | 111001001011011011100010101110111110010010110110111000101011101101011110 | e4b6e2bbe4b6e2bb5e |
EUC-JP | 荼篏荼篏^ | 111010001011100011100100101111011110100010111000111001001011110101011110 | e8b8e4bde8b8e4bd5e |
UTF-8 | 荼篏荼篏^ | 11101000100011011011110011100111101011111000111111101000100011011011110011100111101011111000111101011110 | e88dbce7af8fe88dbce7af8f5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)