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 | 茫穴皆矣 | 1110010010101001100011001000101010001010010001101110000111100001 | e4a98c8a8a46e1e1 |
EUC-JP | 茫穴皆矣 | 1110100010101011101101111110101010110011101001111110001011100011 | e8abb7eab3a7e2e3 |
UTF-8 | 茫穴皆矣 | 111010001000110010101011111001111010100110110100111001111001101010000110111001111001111110100011 | e88cabe7a9b4e79a86e79fa3 |
UHC | 茫穴皆矣 | 1101100011010100111110101110101111001011110010111110101111111000 | d8d4faebcbcbebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)