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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝪究絵讚 | 1110010110100001100010111000011010001010010001111110011010101011 | e5a18b868a47e6ab |
EUC-JP | 蝪究絵讚 | 1110101010100011101101011110011010110011101010001110110010101101 | eaa3b5e6b3a8ecad |
UTF-8 | 蝪究絵讚 | 111010001001110110101010111001111010100110110110111001111011010110110101111010001010111010011010 | e89daae7a9b6e7b5b5e8ae9a |
UHC | ?究?讚 | 001111111100111110111100001111111111001111000110 | 3fcfbc3ff3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)