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 | 妊??鶩 | 100101000100010000111111001111111110101001001110 | 94443f3fea4e |
EUC-JP | 妊??鶩 | 110001111010010100111111001111111111001110101111 | c7a53f3ff3af |
UTF-8 | 妊펩렑鶩 | 111001011010011010001010111011011000111010101001111010111010000010010001111010011011011010101001 | e5a68aed8ea9eba091e9b6a9 |
UHC | 妊펩렑鶩 | 1110110011110100110001101110100110001110101001101101100111010000 | ecf4c6e98ea6d9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)