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?WF | 00111111010011000011111101001001001111110101011101000110 | 3f4c3f493f5746 |
SJIS-WIN | ?L?I?WF | 00111111010011000011111101001001001111110101011101000110 | 3f4c3f493f5746 |
EUC-JP | ?L?I?WF | 00111111010011000011111101001001001111110101011101000110 | 3f4c3f493f5746 |
UTF-8 | 혩L혩I창WF | 11101101100110001010100101001100111011011001100010101001010010011110110010110000101111010101011101000110 | ed98a94ced98a949ecb0bd5746 |
UHC | 혩L혩I창WF | 11000010100100010100110011000010100100010100100111000011101000100101011101000110 | c2914cc29149c3a25746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)