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 | 鹿鈹ー萇 | 111100001010011110001110101011011111101111001010101100001110010011000111 | f0a78eadfbcab0e4c7 |
EUC-JP | ?鹿鈹ー萇 | 00111111101111001010111110001111111000111101010010001110101100001110100011001001 | 3fbcaf8fe3d48eb0e8c9 |
UTF-8 | 鹿鈹ー萇 | 111011101000000110100110111010011011100110111111111010011000100010111001111011111011110110110000111010001001000010000111 | ee81a6e9b9bfe988b9efbdb0e89087 |
UHC | ?鹿??? | 001111111101011011100011001111110011111100111111 | 3fd6e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)