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 | 笳溪笞 | 111000101001011110011111111000101110001010011010 | e2979fe2e29a |
EUC-JP | 笳溪笞 | 111000111111011111011110111001001110001111111010 | e3f7dee4e3fa |
UTF-8 | 笳溪笞 | 111001111010110010110011111001101011101010101010111001111010110010011110 | e7acb3e6baaae7ac9e |
UHC | ?溪笞 | 0011111111001101101000101111011111000010 | 3fcda2f7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)