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 | íbfä½ | 1000111011101101100110010110001010010110011001101110010010111101 | 8eed99629666e4bd |
SJIS-WIN | ???b?f?? | 0011111100111111001111110110001000111111011001100011111100111111 | 3f3f3f623f663f3f |
EUC-JP | ?í?b?fä? | 001111111000111110101011101111110011111101100010001111110110011010001111101010111010001100111111 | 3f8fabbf3f623f668faba33f |
UTF-8 | íbfä½ | 1100001010001110110000111010110111000010100110010110001011000010100101100110011011000011101001001100001010111101 | c28ec3adc29962c29666c3a4c2bd |
UHC | ???b?f?½ | 001111110011111100111111011000100011111101100110001111111010100011110110 | 3f3f3f623f663fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)