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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 譛表}譛表{^ | 1110011010011100100101010101110001111101111001101001110010010101010111000111101101011110 | e69c955c7de69c955c7b5e |
EUC-JP | 譛表}譛表{^ | 1110101111111100110010011011110101111101111010111111110011001001101111010111101101011110 | ebfcc9bd7debfcc9bd7b5e |
UTF-8 | 譛表}譛表{^ | 111010001010110110011011111010001010000110101000011111011110100010101101100110111110100010100001101010000111101101011110 | e8ad9be8a1a87de8ad9be8a1a87b5e |
UHC | ?表}?表{^ | 001111111111100011111010011111010011111111111000111110100111101101011110 | 3ff8fa7d3ff8fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)