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 | 髯る㍽陌ォ | 111010011001100110000010111010011000011110001110111010001001100110101011 | e99982e9878ee899ab |
EUC-JP | 髯る?陌ォ | 111100011111100110100100111010110011111111101111111110011000111010101011 | f1f9a4eb3feff98eab |
UTF-8 | 髯る㍽陌ォ | 111010011010101110101111111000111000001010001011111000111000110110111101111010011001100110001100111011111011110110101011 | e9abafe3828be38dbde9998cefbdab |
UHC | ?る?陌? | 00111111101010101110101100111111110110001110100000111111 | 3faaeb3fd8e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)