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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア遶ッ蟄ォ | 111010001000010010110001111001111010101110101111111001011010110110101011 | e884b1e7abafe5adab |
EUC-JP | 閼ア遶ッ蟄ォ | 111011111110010010001110101100011110111010101101100011101010111111101010101011111000111010101011 | efe48eb1eead8eafeaaf8eab |
UTF-8 | 閼ア遶ッ蟄ォ | 111010011001011010111100111011111011110110110001111010011000000110110110111011111011110110101111111010001001111110000100111011111011110110101011 | e996bcefbdb1e981b6efbdafe89f84efbdab |
UHC | 閼???蟄? | 1110010011011001001111110011111100111111111101101101111000111111 | e4d93f3f3ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)