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 | 逡ッ蟲ッ闊 | 1110011110010101101011111110010110110011101011111110100010001000 | e795afe5b3afe888 |
EUC-JP | 逡ッ蟲ッ闊 | 11101101111101011000111010101111111010101011010110001110101011111110111111101000 | edf58eafeab58eafefe8 |
UTF-8 | 逡ッ蟲ッ闊 | 111010011000000010100001111011111011110110101111111010001001111110110010111011111011110110101111111010011001011110001010 | e980a1efbdafe89fb2efbdafe9978a |
UHC | 逡?蟲?闊 | 1111000111100100001111111111010111111001001111111111110011000100 | f1e43ff5f93ffcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)