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 | 漿孟? | 1001111111110111100101101101000000111111 | 9ff796d03f |
EUC-JP | 漿孟? | 1101111011111001110011001101001000111111 | def9ccd23f |
UTF-8 | 漿孟렚 | 111001101011110010111111111001011010110110011111111010111010000010011010 | e6bcbfe5ad9feba09a |
UHC | 漿孟렚 | 111011011110110011011000111010111000111010101101 | edecd8eb8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)