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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傳?o姐? | 1001100101000010001111111000001010001111100010001011011100111111 | 99423f828f88b73f |
EUC-JP | 傳?o姐? | 1101000110100011001111111010001111101111101100001011100100111111 | d1a33fa3efb0b93f |
UTF-8 | 傳꿨o姐묩 | 111001011000001010110011111010101011111110101000111011111011110110001111111001011010011110010000111010111010110010101001 | e582b3eabfa8efbd8fe5a790ebaca9 |
UHC | 傳꿨o姐묩 | 11101110111011101011001011100101101000111110111111101110101110111011100110101001 | eeeeb2e5a3efeebbb9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)