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 | 苙延侵 | 111001001001111010001001100001001001000001001110 | e49e8984904e |
EUC-JP | 苙延侵 | 111001111111111010110001111001001011111110101111 | e7feb1e4bfaf |
UTF-8 | 苙延侵 | 111010001000101110011001111001011011101110110110111001001011111010110101 | e88b99e5bbb6e4beb5 |
UHC | ?延侵 | 0011111111100110110001011111011011010101 | 3fe6c5f6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)