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 | 筌??泣?? | 1110001010100011001111110011111110001011100000110011111100111111 | e2a33f3f8b833f3f |
EUC-JP | 筌??泣?ˇ | 11100100101001010011111100111111101101011110001100111111100011111010001010110000 | e4a53f3fb5e33f8fa2b0 |
UTF-8 | 筌곸룞泣닸ˇ | 1110011110101101100011001110101010110011101110001110101110100011100111101110011010110011101000111110101110001011101110001100101110000111 | e7ad8ceab3b8eba39ee6b3a3eb8bb8cb87 |
UHC | 筌곸룞泣닸ˇ | 111011111010011110000001111011001000111110011001111010111110100010110100111001101010001010100111 | efa781ec8f99ebe8b4e6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)