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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??往??^ | 00111111001111111000100110011101001111110011111101011110 | 3f3f899d3f3f5e |
EUC-JP | ??往??^ | 00111111001111111011000111111101001111110011111101011110 | 3f3fb1fd3f3f5e |
UTF-8 | 렯렰往렯롙^ | 11101011101000001010111111101011101000001011000011100101101111101000000011101011101000001010111111101011101000011001100101011110 | eba0afeba0b0e5be80eba0afeba1995e |
UHC | 렯렰往렯롙^ | 1000111010111100100011101011110111101000110110011000111010111100100011101101110101011110 | 8ebc8ebde8d98ebc8edd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)