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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隍ォ驥惹サカB | 11101000101001001010101111101001100001111000111011100100101110111011011001000010 | e8a4abe9878ee4bbb642 |
EUC-JP | 隍ォ驥惹サカB | 11110000101001101000111010101011111100011110011110111100111001101000111010111011100011101011011001000010 | f0a68eabf1e7bce68ebb8eb642 |
UTF-8 | 隍ォ驥惹サカB | 11101001100110101000110111101111101111011010101111101001101010011010010111100110100000111011100111101111101111011011101111101111101111011011011001000010 | e99a8defbdabe9a9a5e683b9efbdbbefbdb642 |
UHC | 隍?驥惹??B | 11111100110110110011111111010001110010101110010110101001001111110011111101000010 | fcdb3fd1cae5a93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)