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 | 止?陰?鳥 | 1000111001111110001111111000100101000001001111111001001010111001 | 8e7e3f89413f92b9 |
EUC-JP | 止?陰?鳥 | 1011101111011111001111111011000110100010001111111100010010111011 | bbdf3fb1a23fc4bb |
UTF-8 | 止렲陰렊鳥 | 111001101010110110100010111010111010000010110010111010011001100110110000111010111010000010001010111010011011001110100101 | e6ada2eba0b2e999b0eba08ae9b3a5 |
UHC | 止렲陰렊鳥 | 11110010101011011000111010111111111010111110010010001110101000011111000011101000 | f2ad8ebfebe48ea1f0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)