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?i?x | 001111110100110000111111011010010011111101111000 | 3f4c3f693f78 |
SJIS-WIN | ?L?i?x | 001111110100110000111111011010010011111101111000 | 3f4c3f693f78 |
EUC-JP | ?L?i?x | 001111110100110000111111011010010011111101111000 | 3f4c3f693f78 |
UTF-8 | 혴L혰i챈x | 111011011001100010110100010011001110110110011000101100000110100111101100101100011000100001111000 | ed98b44ced98b069ecb18878 |
UHC | 혴L혰i챈x | 110000101001101101001100110000101001011101101001110000111010011001111000 | c29b4cc29769c3a678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)