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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ォ驀ォ驅^ | 10101011111010010111110110101011111010010111101101011110 | abe97dabe97b5e |
EUC-JP | ォ驀ォ驅^ | 100011101010101111110001110111101000111010101011111100011101110001011110 | 8eabf1de8eabf1dc5e |
UTF-8 | ォ驀ォ驅^ | 11101111101111011010101111101001101010011000000011101111101111011010101111101001101010011000010101011110 | efbdabe9a980efbdabe9a9855e |
UHC | ?驀?驅^ | 00111111110110001110100100111111110011111100110001011110 | 3fd8e93fcfcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)