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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鱧湿[鱧湿[^ | 1110100111100101100011101011110001011011111010011110010110001110101111000101101101011110 | e9e58ebc5be9e58ebc5b5e |
EUC-JP | 鱧湿[鱧湿[^ | 1111001011100111101111001011111001011011111100101110011110111100101111100101101101011110 | f2e7bcbe5bf2e7bcbe5b5e |
UTF-8 | 鱧湿[鱧湿[^ | 111010011011000110100111111001101011100110111111010110111110100110110001101001111110011010111001101111110101101101011110 | e9b1a7e6b9bf5be9b1a7e6b9bf5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)