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 | ???S?? | 001111110011111100111111010100110011111100111111 | 3f3f3f533f3f |
SJIS-WIN | 奪揃遜S辰尊 | 1001001001000100100100011011010110010001101110110101001110010010010000111001000110111000 | 924491b591bb53924391b8 |
EUC-JP | 奪揃遜S辰尊 | 1100001110100101110000101011011111000010101111010101001111000011101001001100001010111010 | c3a5c2b7c2bd53c3a4c2ba |
UTF-8 | 奪揃遜S辰尊 | 11100101101001011010101011100110100011111000001111101001100000011001110001010011111010001011111010110000111001011011000010001010 | e5a5aae68f83e9819c53e8beb0e5b08a |
UHC | 奪?遜S辰尊 | 11110111101011000011111111100001111000010101001111110010111000111111000011101110 | f7ac3fe1e153f2e3f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)