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 | 祭?務哉 | 10001101110101010011111110010110101100011000110111000110 | 8dd53f96b18dc6 |
EUC-JP | 祭?務哉 | 10111010110101110011111111001100101100111011101011001000 | bad73fccb3bac8 |
UTF-8 | 祭며務哉 | 111001111010010110101101111010111010100110110000111001011000101110011001111001011001001110001001 | e7a5adeba9b0e58b99e59389 |
UHC | 祭며務哉 | 1111000010101110101110001110011111011001111000101110111010100011 | f0aeb8e7d9e2eea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)