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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?緬?緬^ | 00111111100101101100100100111111100101101100100101011110 | 3f96c93f96c95e |
EUC-JP | 夔緬夔緬^ | 1000111110111000111001011100110011001011100011111011100011100101110011001100101101011110 | 8fb8e5cccb8fb8e5cccb5e |
UTF-8 | 夔緬夔緬^ | 11100101101001001001010011100111101101111010110011100101101001001001010011100111101101111010110001011110 | e5a494e7b7ace5a494e7b7ac5e |
UHC | 夔緬夔緬^ | 110100001111001111011000111110111101000011110011110110001111101101011110 | d0f3d8fbd0f3d8fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)