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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?泮? | 0011111110001111110001111010100000111111 | 3f8fc7a83f |
UTF-8 | 溜泮짊 | 111011111010011110001011111001101011001110101110111011001010011110001010 | efa78be6b3aeeca78a |
UHC | 溜泮짊 | 111010101111111011011010111010101100000111111011 | eafedaeac1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)