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 | 蠇竺釭鹿訷 | 11111011101000011000111010110001111110111011110110001110101011011111101110100100 | fba18eb1fbbd8eadfba4 |
EUC-JP | ?竺釭鹿訷 | 0011111110111100101100111000111111100011101011111011110010101111100011111101110111010100 | 3fbcb38fe3afbcaf8fddd4 |
UTF-8 | 蠇竺釭鹿訷 | 111010001010000010000111111001111010101110111010111010011000011110101101111010011011100110111111111010001010100010110111 | e8a087e7abbae987ade9b9bfe8a8b7 |
UHC | ?竺?鹿? | 00111111111101011110011100111111110101101110001100111111 | 3ff5e73fd6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)