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 | ?C?????I | 0011111101000011001111110011111100111111001111110011111101001001 | 3f433f3f3f3f3f49 |
SJIS-WIN | ?C?????I | 0011111101000011001111110011111100111111001111110011111101001001 | 3f433f3f3f3f3f49 |
EUC-JP | ?C?????I | 0011111101000011001111110011111100111111001111110011111101001001 | 3f433f3f3f3f3f49 |
UTF-8 | 혬C횩횪혮챔혧I | 1110110110011000101011000100001111101101100110101010100111101101100110101010101011101101100110001010111011101100101100011001010011101101100110001010011101001001 | ed98ac43ed9aa9ed9aaaed98aeecb194ed98a749 |
UHC | 혬C횩횪혮챔혧I | 1100001010010100010000111100001110011111110000111010000011000010100101011100001110101000110000101000111101001001 | c29443c39fc3a0c295c3a8c28f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)