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 | 裝甲?? | 111001011110010010001101011000100011111100111111 | e5e48d623f3f |
EUC-JP | 裝甲?? | 111010101110011010111001110000110011111100111111 | eae6b9c33f3f |
UTF-8 | 裝甲罹렑 | 111010001010001110011101111001111001010010110010111011111010011110100110111010111010000010010001 | e8a39de794b2efa7a6eba091 |
UHC | 裝甲罹렑 | 1110110111111011110010111010001111101100101110101000111010100110 | edfbcba3ecba8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)