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 | 奪贈遜誰側 | 10010010010001001001000110100001100100011011101110010010010011101001000110100100 | 924491a191bb924e91a4 |
EUC-JP | 奪贈遜誰側 | 11000011101001011100001010100011110000101011110111000011101011111100001010100110 | c3a5c2a3c2bdc3afc2a6 |
UTF-8 | 奪贈遜誰側 | 111001011010010110101010111010001011010010001000111010011000000110011100111010001010101010110000111001011000000110110100 | e5a5aae8b488e9819ce8aab0e581b4 |
UHC | 奪贈遜誰側 | 11110111101011001111000111111100111000011110000111100010110000011111011010110000 | f7acf1fce1e1e2c1f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)