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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | アイ[アイ[^ | 1011000110110010111100001110111101011011101100011011001011110000111011110101101101011110 | b1b2f0ef5bb1b2f0ef5b5e |
EUC-JP | アイ?[アイ?[^ | 10001110101100011000111010110010001111110101101110001110101100011000111010110010001111110101101101011110 | 8eb18eb23f5b8eb18eb23f5b5e |
UTF-8 | アイ[アイ[^ | 111011111011110110110001111011111011110110110010111011101000001010101110010110111110111110111101101100011110111110111101101100101110111010000010101011100101101101011110 | efbdb1efbdb2ee82ae5befbdb1efbdb2ee82ae5b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)