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 | 罍合巧 | 111000111010000110001101100001111000110101001001 | e3a18d878d49 |
EUC-JP | 罍合巧 | 111001101010001110111001111001111011100110101010 | e6a3b9e7b9aa |
UTF-8 | 罍合巧 | 111001111011110110001101111001011001000010001000111001011011011110100111 | e7bd8de59088e5b7a7 |
UHC | ?合巧 | 0011111111111001111010101100111011100101 | 3ff9eacee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)