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 | 遙o?汚 | 11101010101000011000001010001111001111111000100110011000 | eaa1828f3f8998 |
EUC-JP | 遙o?汚 | 11110100101000111010001111101111001111111011000111111000 | f4a3a3ef3fb1f8 |
UTF-8 | 遙o숱汚 | 111010011000000110011001111011111011110110001111111011001000100010110001111001101011000110011010 | e98199efbd8fec88b1e6b19a |
UHC | 遙o숱汚 | 1110100110101011101000111110111110111101101000101110011111111101 | e9aba3efbda2e7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)