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 | '゙隘裝 | 11111010010101101101111011101000101001011110010111100100 | fa56dee8a5e5e4 |
EUC-JP | ?゙隘裝 | 00111111100011101101111011110000101001111110101011100110 | 3f8edef0a7eae6 |
UTF-8 | '゙隘裝 | 111011111011110010000111111011111011111010011110111010011001101010011000111010001010001110011101 | efbc87efbe9ee99a98e8a39d |
UHC | '?隘裝 | 10100011101001110011111111100100111101101110110111111011 | a3a73fe4f6edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)