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 | ,━},━{^ | 1000000101000011100001001010101001111101100000010100001110000100101010100111101101011110 | 814384aa7d814384aa7b5e |
EUC-JP | ,━},━{^ | 1010000110100100101010001010110001111101101000011010010010101000101011000111101101011110 | a1a4a8ac7da1a4a8ac7b5e |
UTF-8 | ,━},━{^ | 111011111011110010001100111000101001010010000001011111011110111110111100100011001110001010010100100000010111101101011110 | efbc8ce294817defbc8ce294817b5e |
UHC | ,━},━{^ | 1010001110101100101001101010110001111101101000111010110010100110101011000111101101011110 | a3aca6ac7da3aca6ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)