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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??揖у? | 111000011001111100111111001111111001011101001011100001001000010100111111 | e19f3f3f974b84853f |
EUC-JP | 癲??揖у? | 111000101010000100111111001111111100110110101100101001111110010100111111 | e2a13f3fcdaca7e53f |
UTF-8 | 癲븍㉡揖у선 | 1110011110011001101100101110101110111000100011011110001110001001101000011110011010001111100101101101000110000011111011001000010010100000 | e799b2ebb88de389a1e68f96d183ec84a0 |
UHC | 癲븍㉡揖у선 | 111011111010011010111010111010111010100010110010111010111110011110101100111001011011110010110001 | efa6baeba8b2ebe7ace5bcb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)