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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ?寡??あe^ | 001111111000100111000111001111110011111110000010101000000110010101011110 | 3f89c73f3f82a0655e |
EUC-JP | ?寡艅?あe^ | 0011111110110010110010011000111111010110111111010011111110100100101000100110010101011110 | 3fb2c98fd6fd3fa4a2655e |
UTF-8 | 룵寡艅쨵あe^ | 1110101110100011101101011110010110101111101000011110100010001001100001011110110010101000101101011110001110000001100000100110010101011110 | eba3b5e5afa1e88985eca8b5e38182655e |
UHC | 룵寡艅쨵あe^ | 100011111010101011001101111110111110011010101001101001001000111110101010101000100110010101011110 | 8faacdfbe6a9a48faaa2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)