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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?庸??馬 | 00111111100101110110011000111111001111111001010001101110 | 3f97663f3f946e |
EUC-JP | ?庸??馬 | 00111111110011011100011100111111001111111100011111001111 | 3fcdc73f3fc7cf |
UTF-8 | 뤵庸쭗혔馬 | 111010111010010010110101111001011011101010111000111011001010110110010111111011011001100010010100111010011010011010101100 | eba4b5e5bab8ecad97ed9894e9a6ac |
UHC | 뤵庸쭗혔馬 | 10001111111000111110100110111100101001111000111111000111111110111101100010101001 | 8fe3e9bca78fc7fbd8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)