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 | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
SJIS-WIN | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
EUC-JP | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
UTF-8 | 혮챔혺L혵횧 | 11101101100110001010111011101100101100011001010011101101100110001011101001001100111011011001100010110101111011011001101010100111 | ed98aeecb194ed98ba4ced98b5ed9aa7 |
UHC | 혮챔혺L혵횧 | 1100001010010101110000111010100011000010100111110100110011000010100111001100001110011110 | c295c3a8c29f4cc29cc39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)