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 | ???泣?Р | 0011111100111111001111111000101110000011001111111000010001010001 | 3f3f3f8b833f8451 |
EUC-JP | 濚??泣?Р | 10001111110010011010000100111111001111111011010111100011001111111010011110110010 | 8fc9a13f3fb5e33fa7b2 |
UTF-8 | 濚뱀슱泣ⓩР | 1110011010111111100110101110101110110001100000001110110010001010101100011110011010110011101000111110001010010011101010011101000010100000 | e6bf9aebb180ec8ab1e6b3a3e293a9d0a0 |
UHC | 濚뱀슱泣ⓩР | 111001111011100110111001111011001001101010111000111010111110100010101000111001101010110010110010 | e7b9b9ec9ab8ebe8a8e6acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)