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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 阮費ス亥艮B | 11101000100101101001010011101111101111011000100011100101100011011010111101000010 | e89694efbd88e58daf42 |
EUC-JP | 阮費ス亥艮B | 1110111111110110110010001111000110001110101111011011000011100111101110101011000101000010 | eff6c8f18ebdb0e7bab142 |
UTF-8 | 阮費ス亥艮B | 11101001100110001010111011101000101100101011101111101111101111011011110111100100101110101010010111101000100010011010111001000010 | e998aee8b2bbefbdbde4baa5e889ae42 |
UHC | 阮費?亥艮B | 11101000110101101101111010101000001111111111101010100100110010101101110101000010 | e8d6dea83ffaa4cadd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)