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 | þeAgþe | 100100011111111001100101100100100100000101100111100100011111111001100101 | 91fe6592416791fe65 |
SJIS-WIN | ??e?Ag??e | 001111110011111101100101001111110100000101100111001111110011111101100101 | 3f3f653f41673f3f65 |
EUC-JP | ?þe?Ag?þe | 00111111100011111010100111010000011001010011111101000001011001110011111110001111101010011101000001100101 | 3f8fa9d0653f41673f8fa9d065 |
UTF-8 | þeAgþe | 1100001010010001110000111011111001100101110000101001001001000001011001111100001010010001110000111011111001100101 | c291c3be65c2924167c291c3be65 |
UHC | ?þe?Ag?þe | 0011111110101001101011010110010100111111010000010110011100111111101010011010110101100101 | 3fa9ad653f41673fa9ad65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)