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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 辞遙シ陲。^ | 1111001010100011100011101010101111101010101000011011110011101000101000101010000101011110 | f2a38eabeaa1bce8a2a15e |
EUC-JP | ?辞遙シ陲。^ | 001111111011110010101101111101001010001110001110101111001111000010100100100011101010000101011110 | 3fbcadf4a38ebcf0a48ea15e |
UTF-8 | 辞遙シ陲。^ | 11101110100001111001101011101000101111101001111011101001100000011001100111101111101111011011110011101001100110011011001011101111101111011010000101011110 | ee879ae8be9ee98199efbdbce999b2efbda15e |
UHC | ??遙???^ | 0011111100111111111010011010101100111111001111110011111101011110 | 3f3fe9ab3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)