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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驪慕朕訒 | 1110100110001011100101011110011110010010101111011111101110100011 | e98b95e792bdfba3 |
EUC-JP | 驪慕朕訒 | 111100011110101111001010111010011100010010111111100011111101110111001000 | f1ebcae9c4bf8fddc8 |
UTF-8 | 驪慕朕訒 | 111010011010100110101010111001101000010110010101111001101001110010010101111010001010100010010010 | e9a9aae68595e69c95e8a892 |
UHC | 驪慕朕? | 11010101111100011101100110110111111100101111100100111111 | d5f1d9b7f2f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)