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 | 胖 | 111101011011100111100011111101001111010110111001 | f5b9e3f4f5b9 |
EUC-JP | ?胖? | 00111111111001101111011000111111 | 3fe6f63f |
UTF-8 | 胖 | 111011101001000010100100111010001000001110010110111011101001000010100100 | ee90a4e88396ee90a4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)