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 | ???Mo | 0011111100111111001111110100110101101111 | 3f3f3f4d6f |
SJIS-WIN | ???Mo | 0011111100111111001111110100110101101111 | 3f3f3f4d6f |
EUC-JP | ???Mo | 0011111100111111001111110100110101101111 | 3f3f3f4d6f |
UTF-8 | 챔쩐쩔Mo | 1110110010110001100101001110110010101001100100001110110010101001100101000100110101101111 | ecb194eca990eca9944d6f |
UHC | 챔쩐쩔Mo | 1100001110101000110000101011111011000010101111110100110101101111 | c3a8c2bec2bf4d6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)