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?? | 00111111010011000011111100111111 | 3f4c3f3f |
SJIS-WIN | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
EUC-JP | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
UTF-8 | 묭L묭뫓 | 11101011101011001010110101001100111010111010110010101101111010111010101110010011 | ebacad4cebacadebab93 |
UHC | 묭L묭뫓 | 10010010010001000100110010010010010001001001000110110101 | 92444c924491b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)