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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 奪族尊F | 10010010010001001001000110110000100100011011100001000110 | 924491b091b846 |
EUC-JP | 奪族尊F | 11000011101001011100001010110010110000101011101001000110 | c3a5c2b2c2ba46 |
UTF-8 | 奪族尊F | 11100101101001011010101011100110100101111000111111100101101100001000101001000110 | e5a5aae6978fe5b08a46 |
UHC | 奪族尊F | 11110111101011001111000011101001111100001110111001000110 | f7acf0e9f0ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)